From: Eric Biggers Date: Sun, 4 Oct 2015 01:53:56 +0000 (-0500) Subject: x86_cpu_features.c: include "config.h" X-Git-Tag: v1.8.3~67 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=2181fcb79eb8ec6d81d02eabd84d28cfa27d4f5f x86_cpu_features.c: include "config.h" --- 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__)