summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_ia64.c
blob: d0b46a84f2fe287bce43f30cd14264ca424c4064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cpuid_ia64.c.orig	2012-02-05 16:28:01.000000000 +0900
+++ cpuid_ia64.c	2012-02-05 16:28:41.000000000 +0900
@@ -38,7 +38,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifdef linux
 #include <sys/sysinfo.h>
+#endif
 #include "cpuid.h"
 
 #ifdef __ECC