diff options
Diffstat (limited to 'promiscous~.c')
-rw-r--r-- | promiscous~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/promiscous~.c b/promiscous~.c index 0c6a9ec..eebdc63 100644 --- a/promiscous~.c +++ b/promiscous~.c @@ -1,4 +1,4 @@ -#ifdef LINUX +#ifdef __gnu_linux__ // find a replacement for <linux/if_packet.h> // then this will work on other UNIXes |