aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/wlan')
-rw-r--r--src/transport/wlan/helper_common.c2
-rw-r--r--src/transport/wlan/loopback_helper.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/wlan/helper_common.c b/src/transport/wlan/helper_common.c
index 5171403c8..ebbe44be7 100644
--- a/src/transport/wlan/helper_common.c
+++ b/src/transport/wlan/helper_common.c
@@ -16,7 +16,7 @@
16#include <unistd.h> 16#include <unistd.h>
17#include <getopt.h> 17#include <getopt.h>
18 18
19//#include "platform.h" 19#include "platform.h"
20#include "gnunet_constants.h" 20#include "gnunet_constants.h"
21#include "gnunet_os_lib.h" 21#include "gnunet_os_lib.h"
22#include "gnunet_transport_plugin.h" 22#include "gnunet_transport_plugin.h"
diff --git a/src/transport/wlan/loopback_helper.c b/src/transport/wlan/loopback_helper.c
index adeff06a2..d06911e45 100644
--- a/src/transport/wlan/loopback_helper.c
+++ b/src/transport/wlan/loopback_helper.c
@@ -16,6 +16,7 @@
16#include <unistd.h> 16#include <unistd.h>
17#include <getopt.h> 17#include <getopt.h>
18 18
19#include "platform.h"
19#include "gnunet_constants.h" 20#include "gnunet_constants.h"
20#include "gnunet_os_lib.h" 21#include "gnunet_os_lib.h"
21#include "gnunet_transport_plugin.h" 22#include "gnunet_transport_plugin.h"