git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e746d1
)
x86_cpu_features.c: include "config.h"
author
Eric Biggers
<ebiggers3@gmail.com>
Sun, 4 Oct 2015 01:53:56 +0000
(20:53 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sun, 4 Oct 2015 03:13:04 +0000
(22:13 -0500)
src/x86_cpu_features.c
patch
|
blob
|
history
diff --git
a/src/x86_cpu_features.c
b/src/x86_cpu_features.c
index 5e434f9f0b18cfcb36ca9559baed4d671d0ec1c7..786dce2b1b43c9264ff2f310ed77f119aea2733c 100644
(file)
--- 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__)