summaryrefslogtreecommitdiff
path: root/src/drivers/linux_wext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/linux_wext.h')
-rw-r--r--src/drivers/linux_wext.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/drivers/linux_wext.h b/src/drivers/linux_wext.h
index 55cf95531808..e7c7001e1cea 100644
--- a/src/drivers/linux_wext.h
+++ b/src/drivers/linux_wext.h
@@ -19,13 +19,13 @@
#define _LINUX_SOCKET_H
#define _LINUX_IF_H
-#include <sys/types.h>
+#include <stdint.h>
#include <net/if.h>
-typedef __uint32_t __u32;
-typedef __int32_t __s32;
-typedef __uint16_t __u16;
-typedef __int16_t __s16;
-typedef __uint8_t __u8;
+typedef uint32_t __u32;
+typedef int32_t __s32;
+typedef uint16_t __u16;
+typedef int16_t __s16;
+typedef uint8_t __u8;
#ifndef __user
#define __user
#endif /* __user */