diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:13:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:13:37 +0000 |
commit | 091117fe002ffc353bedba51326da9232def2306 (patch) | |
tree | 32678df772988128fbc8d68fbb0e9195722ec109 /rcfile_y.y | |
parent | 0666f5196746e859534224189449f899ee1e2ab4 (diff) | |
download | fetchmail-091117fe002ffc353bedba51326da9232def2306.tar.gz fetchmail-091117fe002ffc353bedba51326da9232def2306.tar.bz2 fetchmail-091117fe002ffc353bedba51326da9232def2306.zip |
Philippe de Muyter's port patches.
svn path=/trunk/; revision=1616
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) |