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 | 3f270f98f93055407790f4fc65bd60980f2723b2 (patch) | |
tree | 0a98c9011d0fe8f97d32cd6644069fd7cd145ed2 /mg.c | |
parent | e1901655935137420b3a46ad23c873753fcbbbc7 (diff) | |
download | perl-3f270f98f93055407790f4fc65bd60980f2723b2.tar.gz |
Go ahead and #include <unistd.h> in perl.h.
p4raw-id: //depot/perl@7816
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,11 +16,6 @@ #define PERL_IN_MG_C #include "perl.h" -/* XXX If this causes problems, set i_unistd=undef in the hint file. */ -#ifdef I_UNISTD -# include <unistd.h> -#endif - #if defined(HAS_GETGROUPS) || defined(HAS_SETGROUPS) # ifndef NGROUPS # define NGROUPS 32 |