summaryrefslogtreecommitdiff
path: root/math/gotoblas/files/patch-cpuid_ia64.c
blob: 9b72d3f46ea05a6ec9061264c1b41a1b43f6ba57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cpuid_ia64.c.orig	2011-09-23 10:47:22.000000000 -0400
+++ cpuid_ia64.c	2011-09-23 10:48:08.000000000 -0400
@@ -38,7 +38,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifdef linux
 #include <sys/sysinfo.h>
+#endif
 #include "cpuid.h"
 
 #ifdef __ECC