diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 19:22:49 +0000 |
commit | ffb96c090015f49059d146deefbbd7e1f6baa642 (patch) | |
tree | 53229e8793e289f18a7453b144850b6583078c32 /include/sys/wait.h | |
parent | afb85e9d6ca1de8f1ecb267e8c30b88ba4382820 (diff) |
Some more major updates to further superate ucLibc from the kernel
headers (the way it has been done in GNU libc).
-Erik
Diffstat (limited to 'include/sys/wait.h')
-rw-r--r-- | include/sys/wait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/wait.h b/include/sys/wait.h index 14c237307..be95c2202 100644 --- a/include/sys/wait.h +++ b/include/sys/wait.h @@ -28,7 +28,7 @@ Cambridge, MA 02139, USA. */ __BEGIN_DECLS -#include <gnu/types.h> +#include <sys/types.h> /* This will define the `W*' macros for the flag bits to `waitpid', `wait3', and `wait4'. */ |