aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 22:21:47 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 22:21:47 +0900
commitaeb43e9438a1efc401e3a3fdbd8cf6385bc5baf8 (patch)
treecb163a0eab18dedfec67451d27f2f8a9b2f6da0c /src/transport
parent397d11d10332fdfed67f5ef3d18c34909fe38479 (diff)
downloadgnunet-aeb43e9438a1efc401e3a3fdbd8cf6385bc5baf8.tar.gz
gnunet-aeb43e9438a1efc401e3a3fdbd8cf6385bc5baf8.zip
-fix ftbfs
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index 72dd8b594..0f93ca918 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -110,29 +110,10 @@
110 * parts taken from aircrack-ng, parts changend. 110 * parts taken from aircrack-ng, parts changend.
111 */ 111 */
112#include "gnunet_config.h" 112#include "gnunet_config.h"
113#include <sys/socket.h> 113#include "gnunet_platform.h"
114#include <sys/ioctl.h>
115#include <sys/types.h>
116#include <unistd.h>
117#include <sys/wait.h>
118#include <sys/time.h>
119#include <sys/stat.h>
120#include <netpacket/packet.h> 114#include <netpacket/packet.h>
121#include <linux/if_ether.h> 115#include <linux/if_ether.h>
122#include <linux/if.h>
123#include <linux/wireless.h> 116#include <linux/wireless.h>
124#include <netinet/in.h>
125#include <linux/if_tun.h>
126#include <stdio.h>
127#include <stdlib.h>
128#include <string.h>
129#include <stdarg.h>
130#include <fcntl.h>
131#include <errno.h>
132#include <dirent.h>
133#include <sys/param.h>
134#include <unistd.h>
135#include <stdint.h>
136 117
137#include "gnunet_protocols.h" 118#include "gnunet_protocols.h"
138#include "plugin_transport_wlan.h" 119#include "plugin_transport_wlan.h"