Browse Source

fixing type

PHP-4.0.5
Frank M. Kromann 27 years ago
parent
commit
c9158aec30
  1. 2
      ext/ftp/ftp.c

2
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>

Loading…
Cancel
Save