diff options
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,7 +9,9 @@ #include <stdio.h> #include <sys/types.h> #include <sys/file.h> +#if defined(HAVE_SYS_WAIT_H) #include <sys/wait.h> +#endif #include <sys/stat.h> #include <errno.h> #if defined(STDC_HEADERS) |