summaryrefslogtreecommitdiff
path: root/devel/cfitsio/patches/patch-ac
blob: d228780848aa75ef1fcc6aca38ece998d5ad8704 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- fitsio.h.orig	2005-03-01 19:40:45.000000000 +0100
+++ fitsio.h
@@ -38,7 +38,7 @@
 
 #include <stdio.h>
 
-#if defined(linux) || defined(__APPLE__)
+#if defined(linux) || defined(__APPLE__) || defined(__sgi)
 #  include <sys/types.h>  /* apparently needed on debian linux systems */
 #endif                    /* to define off_t                           */