aboutsummaryrefslogtreecommitdiff
path: root/src/ext/gnunet-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/gnunet-ext.c')
-rw-r--r--src/ext/gnunet-ext.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/gnunet-ext.c b/src/ext/gnunet-ext.c
index f18e351..00195e0 100644
--- a/src/ext/gnunet-ext.c
+++ b/src/ext/gnunet-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/gettext.h> 41#include <gnunet/gettext.h>
38#include <gnunet/gnunet_util_lib.h> 42#include <gnunet/gnunet_util_lib.h>
39#include "gnunet_ext_service.h" 43#include "gnunet_ext_service.h"
@@ -56,6 +60,8 @@ static const struct GNUNET_OS_ProjectData gnunetext_pd =
56 .user_config_file = "~/.config/gnunet-ext.conf", 60 .user_config_file = "~/.config/gnunet-ext.conf",
57 .version = "1.0", 61 .version = "1.0",
58 .is_gnu = 1, 62 .is_gnu = 1,
63 .gettext_domain = PACKAGE,
64 .gettext_path = NULL,
59 }; 65 };
60 66
61/** 67/**