From 08bd9586fb0085a7796d698a66953e968a63520f Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 23 May 2000 08:05:22 +0000 Subject: making ftp module compile and work on win32 --- ext/ftp/ftp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/ftp/ftp.h') diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 562c2dbfea..7abf6c0aac 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -34,8 +34,9 @@ #define _FTP_H #include +#if HAVE_UINSTD_H #include - +#endif /* XXX these should be configurable at runtime XXX */ #define FTP_BUFSIZE 4096 -- cgit v1.2.1