aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 1444af18e..3c206a496 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -24,6 +24,9 @@
24 * @author David Brodski 24 * @author David Brodski
25 */ 25 */
26 26
27#ifndef PLUGIN_TRANSPORT_WLAN
28#define PLUGIN_TRANSPORT_WLAN
29
27#include "gnunet_common.h" 30#include "gnunet_common.h"
28 31
29typedef unsigned int uint32_t; 32typedef unsigned int uint32_t;
@@ -163,3 +166,4 @@ struct RadiotapHeader
163 uint8_t antenna; 166 uint8_t antenna;
164}; 167};
165 168
169#endif