From a4af207cede5b404b66a75e2aef9bcb3117451b7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 14 May 2002 13:48:46 +0000 Subject: reentr.h affects more C files than just reentr.c p4raw-id: //depot/perl@16591 --- pp_sys.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pp_sys.c') diff --git a/pp_sys.c b/pp_sys.c index a7e89a70c3..5ff5c924a6 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -173,6 +173,8 @@ static char zero_but_true[ZBTLEN + 1] = "0 but true"; # define FD_CLOEXEC 1 /* NeXT needs this */ #endif +#include "reentr.h" + #undef PERL_EFF_ACCESS_R_OK /* EFFective uid/gid ACCESS R_OK */ #undef PERL_EFF_ACCESS_W_OK #undef PERL_EFF_ACCESS_X_OK -- cgit v1.2.1