summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2000-05-23 11:52:04 +0000
committerFrank M. Kromann <fmk@php.net>2000-05-23 11:52:04 +0000
commitc9158aec30d929af0ccd14687c43968073aeeff5 (patch)
tree6e6cb80092400785af433057ccf3bf7bb9bce0da /ext/ftp
parent34e74f8afe3c198356479872e792c28e864692ad (diff)
downloadphp-git-c9158aec30d929af0ccd14687c43968073aeeff5.tar.gz
fixing type
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/ftp.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <ctype.h>
#include <stdlib.h>
-#ifdef HAVE_UINSTD_H
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <fcntl.h>