aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-02 21:55:32 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-02 21:55:32 +0000
commit2cf7e89821ddd4bd4e8744636cba60fcaad4ae2a (patch)
tree97c393fdc235999ffec335ecf77a1b40a1be147c /src/include/gnunet_common.h
parent422cf193acedd0244e9cf74704a7ed532462395f (diff)
downloadgnunet-2cf7e89821ddd4bd4e8744636cba60fcaad4ae2a.tar.gz
gnunet-2cf7e89821ddd4bd4e8744636cba60fcaad4ae2a.zip
fix
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index cb2ed4c0c..1a6111e27 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -35,6 +35,10 @@
35 */ 35 */
36#define GNUNET_UTIL_VERSION 0x00000000 36#define GNUNET_UTIL_VERSION 0x00000000
37 37
38#include <sys/socket.h>
39#include <netinet/in.h>
40#include <netinet/ip.h> /* superset of previous */
41
38/** 42/**
39 * Name used for "services" that are actually command-line 43 * Name used for "services" that are actually command-line
40 * programs invoked by the end user. 44 * programs invoked by the end user.