diff options
-rw-r--r-- | src/waproamd.c | 4 |
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; |