aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-01-08 08:26:32 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-01-08 08:26:32 +0000
commite274742513b2b97d6fb9e12460438c1a7f3fc18a (patch)
tree96842c242c9cf559c7709ae739fc39b9042be2cf /src/include/gnunet_network_lib.h
parent8c3b09fae9816ac88823d2f450c46cfe6a9c33c8 (diff)
downloadgnunet-e274742513b2b97d6fb9e12460438c1a7f3fc18a.tar.gz
gnunet-e274742513b2b97d6fb9e12460438c1a7f3fc18a.zip
- fix: SOCKTYPE not defined
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 1618b2442..4876478bb 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -67,11 +67,10 @@ struct GNUNET_NETWORK_FDSet
67 67
68}; 68};
69 69
70 70#include "platform.h"
71#include "gnunet_disk_lib.h" 71#include "gnunet_disk_lib.h"
72#include "gnunet_time_lib.h" 72#include "gnunet_time_lib.h"
73 73
74
75/** 74/**
76 * Test if the given protocol family is supported by this system. 75 * Test if the given protocol family is supported by this system.
77 * 76 *