浏览代码

sys/user.h may need stdint.h

Rich Felker 13 年之前
父节点
当前提交
1587224ed6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/sys/user.h

+ 1 - 0
include/sys/user.h

@@ -5,6 +5,7 @@ extern "C" {
 #endif
 
 #include <limits.h>
+#include <stdint.h>
 #include <unistd.h>
 
 #include <bits/user.h>