From e23848abe917d689ee9d8f7b78ff5e5047a3ed43 Mon Sep 17 00:00:00 2001 From: schurig Date: Wed, 04 Jun 2003 11:53:19 +0000 Subject: enable compilation --- (limited to 'libopie2') 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 #include -#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 including // ML: which conflicts with the user header @@ -60,6 +53,14 @@ // ML: I will drop Jean a mail on that subject #include + +#ifndef IFNAMSIZ +#define IFNAMSIZ 16 +#endif +#ifndef IW_MAX_PRIV_DEF +#define IW_MAX_PRIV_DEF 128 +#endif + #define _LINUX_IF_H #include -- cgit v0.9.0.2