summaryrefslogtreecommitdiff
path: root/libopie2
authorschurig <schurig>2003-06-04 11:53:19 (UTC)
committer schurig <schurig>2003-06-04 11:53:19 (UTC)
commite23848abe917d689ee9d8f7b78ff5e5047a3ed43 (patch) (side-by-side diff)
treec23bf1cbb116ad2f8e523746867cf0494aa4af89 /libopie2
parentdf76591a8ee920c6549bc55b026ab66926917667 (diff)
downloadopie-e23848abe917d689ee9d8f7b78ff5e5047a3ed43.zip
opie-e23848abe917d689ee9d8f7b78ff5e5047a3ed43.tar.gz
opie-e23848abe917d689ee9d8f7b78ff5e5047a3ed43.tar.bz2
enable compilation
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/onetwork.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/libopie2/opienet/onetwork.h b/libopie2/opienet/onetwork.h
index eb9d506..cfb999d 100644
--- a/libopie2/opienet/onetwork.h
+++ b/libopie2/opienet/onetwork.h
@@ -46,13 +46,6 @@
#include <qobject.h>
#include <qhostaddress.h>
-#ifndef IFNAMSIZ
-#define IFNAMSIZ 16
-#endif
-#ifndef IW_MAX_PRIV_DEF
-#define IW_MAX_PRIV_DEF 128
-#endif
-
// ML: Yeah, I hate to include kernel headers, but it's necessary here
// ML: Here comes an ugly hack to prevent <linux/wireless.h> including <linux/if.h>
// ML: which conflicts with the user header <net/if.h>
@@ -60,6 +53,14 @@
// ML: I will drop Jean a mail on that subject
#include <net/if.h>
+
+#ifndef IFNAMSIZ
+#define IFNAMSIZ 16
+#endif
+#ifndef IW_MAX_PRIV_DEF
+#define IW_MAX_PRIV_DEF 128
+#endif
+
#define _LINUX_IF_H
#include <linux/wireless.h>