Fix build with NO_LIBCONFIG=1
This got broken in commit fcef5e706d
.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
6ca3152957
commit
0a98ef79ef
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_LIBCONFIG
|
||||||
#include <libconfig.h>
|
#include <libconfig.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue