diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-22 21:38:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-22 21:38:25 +0000 |
commit | 26c1c9eee09c1840cbf8620452df33aefd6e46b7 (patch) | |
tree | 0a98c9011d0fe8f97d32cd6644069fd7cd145ed2 /util.c | |
parent | 85bb15e7f57aa2fb429b233b31919faefcb66097 (diff) | |
download | perl-26c1c9eee09c1840cbf8620452df33aefd6e46b7.tar.gz |
Go ahead and #include <unistd.h> in perl.h.
p4raw-id: //depot/perl@7816
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -26,11 +26,6 @@ #endif #endif -/* XXX If this causes problems, set i_unistd=undef in the hint file. */ -#ifdef I_UNISTD -# include <unistd.h> -#endif - #ifdef I_VFORK # include <vfork.h> #endif |