diff options
author | Frank M. Kromann <fmk@php.net> | 2000-05-23 11:52:04 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2000-05-23 11:52:04 +0000 |
commit | c9158aec30d929af0ccd14687c43968073aeeff5 (patch) | |
tree | 6e6cb80092400785af433057ccf3bf7bb9bce0da /ext/ftp | |
parent | 34e74f8afe3c198356479872e792c28e864692ad (diff) | |
download | php-git-c9158aec30d929af0ccd14687c43968073aeeff5.tar.gz |
fixing type
Diffstat (limited to 'ext/ftp')
-rw-r--r-- | ext/ftp/ftp.c | 2 |
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> |