From 2181fcb79eb8ec6d81d02eabd84d28cfa27d4f5f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 3 Oct 2015 20:53:56 -0500 Subject: [PATCH] x86_cpu_features.c: include "config.h" --- src/x86_cpu_features.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/x86_cpu_features.c b/src/x86_cpu_features.c index 5e434f9f..786dce2b 100644 --- a/src/x86_cpu_features.c +++ b/src/x86_cpu_features.c @@ -10,6 +10,10 @@ * You can do whatever you want with this file. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "wimlib/x86_cpu_features.h" #if defined(__i386__) || defined(__x86_64__) -- 2.43.0