]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.c
log: Allow runtime selection of 'debug' log level
[petitboot] / discover / boot.c
index 0d61f0efc785295852c659914461bd656e4865fe..e5803a76dcf0fbc228f2c426b19c415c28d382ef 100644 (file)
@@ -1,5 +1,7 @@
 
-#define _GNU_SOURCE
+#if defined(HAVE_CONFIG_H)
+#include "config.h"
+#endif
 
 #include <stdbool.h>
 #include <stdlib.h>