summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_ia64.c
blob: c7092465ec120383b38d2cbdd7ea1f5c09ad170c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cpuid_ia64.c.orig	2015-10-27 20:44:50 UTC
+++ cpuid_ia64.c
@@ -38,7 +38,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifdef linux
 #include <sys/sysinfo.h>
+#endif
 #include "cpuid.h"
 
 #ifdef __ECC