]> granicus.if.org Git - php/commitdiff
fixing type
authorFrank M. Kromann <fmk@php.net>
Tue, 23 May 2000 11:52:04 +0000 (11:52 +0000)
committerFrank M. Kromann <fmk@php.net>
Tue, 23 May 2000 11:52:04 +0000 (11:52 +0000)
ext/ftp/ftp.c

index aafdd1fecbfe4305df2b448714adadd2c7e1b74c..33ae7c927e059af5c9c75b33bf37fd10326f1891 100644 (file)
@@ -37,7 +37,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>
-#ifdef HAVE_UINSTD_H
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <fcntl.h>