aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
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.