gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11615 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r11615 - gnunet/src/include
Date: Sun, 6 Jun 2010 00:43:24 +0200

Author: grothoff
Date: 2010-06-06 00:43:24 +0200 (Sun, 06 Jun 2010)
New Revision: 11615

Modified:
   gnunet/src/include/gnunet_common.h
Log:
check for headers at least conditionally, also for MinGW

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2010-06-05 22:42:30 UTC (rev 11614)
+++ gnunet/src/include/gnunet_common.h  2010-06-05 22:43:24 UTC (rev 11615)
@@ -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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]