diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-10-24 04:52:29 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-10-24 04:52:29 +0000 |
| commit | bcfd17afd8cb02f7816b29df1b723a7fffa5b9d1 (patch) | |
| tree | 36918ce1ddb6019306e122dad31ee6453d02e180 | |
| parent | 548a9b724613b712d9752176e17d900cf2ff3698 (diff) | |
Sigh. It seems some stupid programs expect this...
| -rw-r--r-- | include/sys/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/unistd.h b/include/sys/unistd.h new file mode 100644 index 000000000..1e823fbd5 --- /dev/null +++ b/include/sys/unistd.h @@ -0,0 +1 @@ +#include <unistd.h> |
