mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
dnsmasq.h has to be included first as it sources config.h
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
committed by
Simon Kelley
parent
c166c07a93
commit
72fac0810c
@@ -17,10 +17,12 @@
|
|||||||
/* Declare static char *compiler_opts in config.h */
|
/* Declare static char *compiler_opts in config.h */
|
||||||
#define DNSMASQ_COMPILE_OPTS
|
#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)
|
#if defined(HAVE_IDN) || defined(HAVE_LIBIDN2) || defined(LOCALEDIR)
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
#include "dnsmasq.h"
|
|
||||||
|
|
||||||
struct daemon *daemon;
|
struct daemon *daemon;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user