From: Frank M. Kromann Date: Tue, 23 May 2000 11:52:04 +0000 (+0000) Subject: fixing type X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9158aec30d929af0ccd14687c43968073aeeff5;p=php fixing type --- diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index aafdd1fecb..33ae7c927e 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -37,7 +37,7 @@ #include #include #include -#ifdef HAVE_UINSTD_H +#ifdef HAVE_UNISTD_H #include #endif #include