HKDF (does not work yet)
[oweals/gnunet.git] / src / include / gnunet_common.h
index cb2ed4c0c9e4e24ee9059d975b2ae30254331bfa..0639ba0a275a10c3c2b4a2e38c709d79c62258c6 100644 (file)
 #ifndef GNUNET_COMMON_H
 #define GNUNET_COMMON_H
 
+#if HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#if HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+#ifdef MINGW
+#include "winproc.h"
+#endif
+
 /**
  * Version of the API (for entire gnunetutil.so library).
  */