diff options
Diffstat (limited to 'include/os_linux.h')
-rw-r--r-- | include/os_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/os_linux.h b/include/os_linux.h index aabf1ff..7eb69bd 100644 --- a/include/os_linux.h +++ b/include/os_linux.h @@ -4,6 +4,7 @@ #include <limits.h> #include <sys/statvfs.h> #include <sys/utsname.h> +#include <wait.h> #ifndef PATH_MAX #include <linux/limits.h> |