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:
Uli Schlachter 2018-09-27 17:10:43 +02:00
parent 6ca3152957
commit 0a98ef79ef
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@
#include <stdbool.h>
#ifdef CONFIG_LIBCONFIG
#include <libconfig.h>
#endif
#include "common.h"