From c23609efa7b90b9808521b1c7e056885bb605593 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 18 Aug 2003 22:57:49 +0000 Subject: Fixed paths in various tests. In certain conditions usage of partial file paths results in test failures. --- ext/posix/posix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/posix/posix.c') diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 3036198235..7866b53362 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -23,17 +23,18 @@ #endif #include "php.h" +#include #include "ext/standard/info.h" #include "ext/standard/php_string.h" #include "php_posix.h" + #if HAVE_POSIX #ifdef HAVE_SYS_TIME_H #include #endif -#include #include #include #include -- cgit v1.2.1