Преглед изворни кода

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>