Jameson Nash 13 years ago
parent
commit
a9d723a19e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/types-compat.h

+ 1 - 1
include/types-compat.h

@@ -6,7 +6,7 @@
 #endif
 
 #include <sys/types.h>
-#include <machine/limits.h>
+#include <limits.h>
 
 #ifdef __linux__
 /* Not sure what to do about __pure2 on linux */