Jameson Nash 13 년 전
부모
커밋
a9d723a19e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */