aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_util_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_util_lib.h')
-rw-r--r--src/include/gnunet_util_lib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_util_lib.h b/src/include/gnunet_util_lib.h
index 804bc3c39..25df4e234 100644
--- a/src/include/gnunet_util_lib.h
+++ b/src/include/gnunet_util_lib.h
@@ -30,6 +30,8 @@
30#ifndef GNUNET_UTIL_LIB_H 30#ifndef GNUNET_UTIL_LIB_H
31#define GNUNET_UTIL_LIB_H 31#define GNUNET_UTIL_LIB_H
32 32
33#include <sys/socket.h>
34
33#ifdef __cplusplus 35#ifdef __cplusplus
34extern "C" 36extern "C"
35{ 37{
@@ -59,9 +61,9 @@ extern "C"
59 * this service available to anyone but yourself. 61 * this service available to anyone but yourself.
60 */ 62 */
61#define GNUNET_AGPL_URL "https://git.gnunet.org/gnunet.git/tag/?h=v" \ 63#define GNUNET_AGPL_URL "https://git.gnunet.org/gnunet.git/tag/?h=v" \
62 PACKAGE_VERSION 64 GNUNET_VERSION
65
63 66
64#include "gnunet_platform.h"
65#include "gnunet_crypto_lib.h" 67#include "gnunet_crypto_lib.h"
66#include "gnunet_bandwidth_lib.h" 68#include "gnunet_bandwidth_lib.h"
67#include "gnunet_bio_lib.h" 69#include "gnunet_bio_lib.h"