build: include auto/config.h explicitly

Otherwise the symbols defined in config/config.h.in may not be defined,
depending on include-order.
This commit is contained in:
Justin M. Keyes
2019-01-19 23:39:51 +01:00
parent f2cc9e8826
commit dbba685c69
4 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
#include <stdio.h>
#include <stdbool.h>
#include "auto/config.h"
#define DEBUG_LOG_LEVEL 0
#define INFO_LOG_LEVEL 1
#define WARN_LOG_LEVEL 2