diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-19 07:04:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-19 07:04:01 +0000 |
commit | a0f9833ef7bf9dafa258ac30329223b5d1022965 (patch) | |
tree | 85d231ccd03780a97fe49ac2aa9211a990632625 /test/stdlib/ptytest.c | |
parent | ba23f7118c09ca1807800882f1cf3661fa76dded (diff) |
Silence some whining
Diffstat (limited to 'test/stdlib/ptytest.c')
-rw-r--r-- | test/stdlib/ptytest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stdlib/ptytest.c b/test/stdlib/ptytest.c index e85072e76..dd531b416 100644 --- a/test/stdlib/ptytest.c +++ b/test/stdlib/ptytest.c @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |