summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-22 21:38:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-22 21:38:25 +0000
commit3f270f98f93055407790f4fc65bd60980f2723b2 (patch)
tree0a98c9011d0fe8f97d32cd6644069fd7cd145ed2 /pp_hot.c
parente1901655935137420b3a46ad23c873753fcbbbc7 (diff)
downloadperl-3f270f98f93055407790f4fc65bd60980f2723b2.tar.gz
Go ahead and #include <unistd.h> in perl.h.
p4raw-id: //depot/perl@7816
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pp_hot.c b/pp_hot.c
index b0d53bcc20..7b5f8320e8 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -19,10 +19,6 @@
#define PERL_IN_PP_HOT_C
#include "perl.h"
-#ifdef I_UNISTD
-#include <unistd.h>
-#endif
-
/* Hot code. */
#ifdef USE_THREADS