diff --git a/src/dnsmasq.c b/src/dnsmasq.c index d3f2c13..2fe9808 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -17,10 +17,12 @@ /* Declare static char *compiler_opts in config.h */ #define DNSMASQ_COMPILE_OPTS +/* dnsmasq.h has to be included first as it sources config.h */ +#include "dnsmasq.h" + #if defined(HAVE_IDN) || defined(HAVE_LIBIDN2) || defined(LOCALEDIR) #include #endif -#include "dnsmasq.h" struct daemon *daemon;