From c9678065c0c54452217e54e976bf2b42954a8e86 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Nov 2003 23:58:10 +0000 Subject: include config.h git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@34 022f378f-78c4-0310-b860-d162c87e6274 --- src/waproamd.c | 4 ++++ 1 file changed, 4 insertions(+) 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 +#endif + char *interface_name = NULL; int interface_index = -1; -- cgit