Browse Source

even better check for netinet/in.h

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

2
ext/ftp/ftp.h

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

Loading…
Cancel
Save