aboutsummaryrefslogtreecommitdiff
path: root/devel/simgear/files/patch-simgear_misc_stdint.hxx
blob: f73005959097e091b729d5973f06d937a438a7cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- simgear/misc/stdint.hxx.orig	Sun Nov 20 05:16:55 2005
+++ simgear/misc/stdint.hxx	Sun Nov 20 05:17:02 2005
@@ -51,7 +51,7 @@
 #elif defined(sgi) || defined(__sun)
 # include <sys/types.h>
 #else
-# include <stdint.h>
+# include <unistd.h>
 #endif