summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-05 23:58:10 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-05 23:58:10 +0000
commitc9678065c0c54452217e54e976bf2b42954a8e86 (patch)
treec7a55eddb62c9c906d0d7e6473be7505c3dabc66
parent21c20545874b31e6cf3b2dd87c678f9ca1cde365 (diff)
include config.h
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@34 022f378f-78c4-0310-b860-d162c87e6274
-rw-r--r--src/waproamd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/waproamd.c b/src/waproamd.c
index 4a6b3c3..6f6a917 100644
--- a/src/waproamd.c
+++ b/src/waproamd.c
@@ -42,6 +42,10 @@
#include "assocwatch.h"
#include "waproamd.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
char *interface_name = NULL;
int interface_index = -1;