Jameson Nash hace 13 años
padre
commit
a9d723a19e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */