aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_network.c')
-rw-r--r--src/util/os_network.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index b11f07157..4d9155ae2 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -27,10 +27,8 @@
27 * @author Jake Dust 27 * @author Jake Dust
28 * @author LRN 28 * @author LRN
29 */ 29 */
30
31#include "platform.h" 30#include "platform.h"
32#include "gnunet_common.h" 31#include "gnunet_util_lib.h"
33#include "gnunet_os_lib.h"
34 32
35 33
36#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 34#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)