]> wimlib.net Git - wimlib/blobdiff - src/x86_cpu_features.c
x86_cpu_features.c: include "config.h"
[wimlib] / src / x86_cpu_features.c
index 5e434f9f0b18cfcb36ca9559baed4d671d0ec1c7..786dce2b1b43c9264ff2f310ed77f119aea2733c 100644 (file)
  * 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__)