From 5fcc8ca854fba7c6fd0c8f8e18c5c7dbe4efe235 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 7 Mar 2002 20:41:50 +0000 Subject: [PATCH] MFH r1.45: header file correction --- ext/ftp/ftp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index cddac0825d..3350e86642 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -34,9 +34,12 @@ #ifdef PHP_WIN32 #include #else +#ifdef HAVE_SYS_TYPES_H +#include +#endif #include -#include #include +#include #include #endif #include -- 2.50.1