Browse Source

Add missing header file for crypto777 and iguana777

release/v0.1
Shailesh 9 years ago
parent
commit
35c368af7c
  1. 1
      crypto777/inet.c
  2. 1
      iguana/iguana777.h

1
crypto777/inet.c

@ -19,6 +19,7 @@
#ifndef crypto777_inet_h
#define crypto777_inet_h
#include "OS_portable.h"
#include <arpa/inet.h>
#ifdef _WIN32
#define in6_addr sockaddr

1
iguana/iguana777.h

@ -31,6 +31,7 @@
struct supernet_info;
struct exchange_info;
#include <arpa/inet.h>
#include "../crypto777/OS_portable.h"
#include "../datachain/datachain.h"

Loading…
Cancel
Save