gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11601 - gnunet/src/include
Date: Wed, 2 Jun 2010 23:55:32 +0200

Author: grothoff
Date: 2010-06-02 23:55:32 +0200 (Wed, 02 Jun 2010)
New Revision: 11601

Modified:
   gnunet/src/include/gnunet_common.h
Log:
fix

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2010-06-02 21:22:49 UTC (rev 11600)
+++ gnunet/src/include/gnunet_common.h  2010-06-02 21:55:32 UTC (rev 11601)
@@ -35,6 +35,10 @@
  */
 #define GNUNET_UTIL_VERSION 0x00000000
 
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netinet/ip.h> /* superset of previous */
+
 /**
  * Name used for "services" that are actually command-line
  * programs invoked by the end user.




reply via email to

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