blob: c0b2fa0f5533f106a24cb8e6288299119d0adbe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/opienet/onetwork.h b/opienet/onetwork.h
index b13c7a3..370ad59 100644
--- a/opienet/onetwork.h
+++ b/opienet/onetwork.h
@@ -45,6 +45,7 @@
// hacky workarounds until we have a true user space wireless.h
#include <net/if.h>
#define _LINUX_IF_H
+#include <linux/types.h>
#include <linux/wireless.h>
#ifndef IW_MAX_PRIV_DEF
#define IW_MAX_PRIV_DEF 128
|