X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fx86_cpu_features.c;h=786dce2b1b43c9264ff2f310ed77f119aea2733c;hp=5e434f9f0b18cfcb36ca9559baed4d671d0ec1c7;hb=2181fcb79eb8ec6d81d02eabd84d28cfa27d4f5f;hpb=1e746d17086bb6dcf89906b710d60673261a9935 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__)