Browse Source

make ftp compile on unix again

PHP-4.0.5
Thies C. Arntzen 27 years ago
parent
commit
30b43665e8
  1. 2
      ext/ftp/ftp.h

2
ext/ftp/ftp.h

@ -34,7 +34,7 @@
#define _FTP_H #define _FTP_H
#include <stdio.h> #include <stdio.h>
#if HAVE_UINSTD_H
#if !PHP_WIN32
#include <netinet/in.h> #include <netinet/in.h>
#endif #endif

Loading…
Cancel
Save