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, 1 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index dd770e53e..fb1a7ff57 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -27,10 +27,9 @@
27#ifndef PLUGIN_TRANSPORT_WLAN 27#ifndef PLUGIN_TRANSPORT_WLAN
28#define PLUGIN_TRANSPORT_WLAN 28#define PLUGIN_TRANSPORT_WLAN
29 29
30#include <stdint.h>
30#include "gnunet_common.h" 31#include "gnunet_common.h"
31 32
32typedef unsigned int uint32_t;
33typedef unsigned short uint16_t;
34 33
35 34
36struct MacAddress 35struct MacAddress
@@ -82,7 +81,6 @@ struct IeeeHeader
82 /** 81 /**
83 * Duration / ID 82 * Duration / ID
84 */ 83 */
85
86 uint16_t duration_id GNUNET_PACKED; 84 uint16_t duration_id GNUNET_PACKED;
87 85
88 /** 86 /**