gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11614 - gnunet/src/include
Date: Sun, 6 Jun 2010 00:42:30 +0200

Author: grothoff
Date: 2010-06-06 00:42:30 +0200 (Sun, 06 Jun 2010)
New Revision: 11614

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

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2010-06-05 22:25:38 UTC (rev 11613)
+++ gnunet/src/include/gnunet_common.h  2010-06-05 22:42:30 UTC (rev 11614)
@@ -30,6 +30,13 @@
 #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
+
 /**
  * Version of the API (for entire gnunetutil.so library).
  */




reply via email to

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