From 802dace05e8bce06bf4c7df9faadba779d60bb82 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 18 Feb 2018 11:22:13 +0800 Subject: include config.h for options.h. don't need to include options.h when includes.h brings it in --- options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index c1782d2..2fe67c3 100644 --- a/options.h +++ b/options.h @@ -8,6 +8,9 @@ Local compile-time configuration should be defined in localoptions.h See default_options.h.in for a description of the available options. */ +/* Some configuration options or checks depend on system config */ +#include "config.h" + #ifdef LOCALOPTIONS_H_EXISTS #include "localoptions.h" #endif -- cgit v1.2.3