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 */