aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-26 08:34:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-26 08:34:16 +0000
commitba1e093329d804092a363cd98bf20bf8f6945a54 (patch)
treef704fb31f90aa857f05a5801c93dfac85873baa5 /src/transport/plugin_transport_wlan.h
parentd72a2a7db5088c0a8fda527cfd95e44549015e5e (diff)
downloadgnunet-ba1e093329d804092a363cd98bf20bf8f6945a54.tar.gz
gnunet-ba1e093329d804092a363cd98bf20bf8f6945a54.zip
stuff
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 /**