It's now important, since it defines _GNU_SOURCE.
@@ -1,5 +1,6 @@
#ifndef CCAN_FAILTEST_H
#define CCAN_FAILTEST_H
+#include "config.h"
#include <sys/types.h>
#include <stdbool.h>
#include <fcntl.h>
@@ -1,6 +1,7 @@
#ifndef CCAN_FAILTEST_OVERRIDE_H
#define CCAN_FAILTEST_OVERRIDE_H
/* This file is included before the source file to test. */
/* Replacement of allocators. */
#include <stdlib.h>