Commit e50b1a07 authored by Rusty Russell's avatar Rusty Russell

failtest: include config.h first

It's now important, since it defines _GNU_SOURCE.
parent f31fde45
#ifndef CCAN_FAILTEST_H
#define CCAN_FAILTEST_H
#include "config.h"
#include <sys/types.h>
#include <stdbool.h>
#include <fcntl.h>
......
#ifndef CCAN_FAILTEST_OVERRIDE_H
#define CCAN_FAILTEST_OVERRIDE_H
/* This file is included before the source file to test. */
#include "config.h"
/* Replacement of allocators. */
#include <stdlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment