aboutsummaryrefslogtreecommitdiff
path: root/src/ext/gnunet-service-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/gnunet-service-ext.c')
-rw-r--r--src/ext/gnunet-service-ext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/gnunet-service-ext.c b/src/ext/gnunet-service-ext.c
index aa43933..4ebcdf2 100644
--- a/src/ext/gnunet-service-ext.c
+++ b/src/ext/gnunet-service-ext.c
@@ -34,6 +34,10 @@
34#define SOCKTYPE int 34#define SOCKTYPE int
35#endif 35#endif
36 36
37#if HAVE_NETINET_IN_H
38#include <netinet/in.h>
39#endif
40
37#include <gnunet/gnunet_util_lib.h> 41#include <gnunet/gnunet_util_lib.h>
38#include "gnunet_protocols_ext.h" 42#include "gnunet_protocols_ext.h"
39 43