check for headers at least conditionally, also for MinGW
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Jun 2010 22:43:24 +0000 (22:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Jun 2010 22:43:24 +0000 (22:43 +0000)
src/include/gnunet_common.h

index 2d13d0ecc1855f8de8fd24e4baa1646f177b48b0..0639ba0a275a10c3c2b4a2e38c709d79c62258c6 100644 (file)
@@ -36,6 +36,9 @@
 #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).