aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 34f34eec6..8c74c5626 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -24,9 +24,8 @@
24 * @author Nils Durner 24 * @author Nils Durner
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27
28#include "gnunet_common.h"
29#include "platform.h" 27#include "platform.h"
28#include "gnunet_common.h"
30#include "disk.h" 29#include "disk.h"
31 30
32#define LOG(kind, ...) GNUNET_log_from (kind, "util-network", __VA_ARGS__) 31#define LOG(kind, ...) GNUNET_log_from (kind, "util-network", __VA_ARGS__)