make ftp compile on unix again

This commit is contained in:
Thies C. Arntzen 2000-05-23 10:11:09 +00:00
parent 3fdc316faf
commit 30b43665e8

View File

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