From: Ilia Alshanetsky Date: Wed, 6 Oct 2004 23:56:29 +0000 (+0000) Subject: Fixed compiler warning. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1594170f85de0933b8ea49c3dada70699f6ffc95;p=php Fixed compiler warning. --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 0f65f32bcd..fbdd1c0fd4 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "tsrm_virtual_cwd.h" #include "tsrm_strtok_r.h"