Partial commit of OpenBSD fixes by Thorsten Glaser and someone else whose

name I don't know, more to follow.
This commit is contained in:
theoddone33
2002-05-14 18:35:18 +00:00
parent 79f8ff7c2f
commit cd41fa6c39
6 changed files with 23 additions and 6 deletions

View File

@@ -98,14 +98,16 @@
#include <glob.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <utime.h>
#include <zlib.h>
#include <png.h>
#ifndef NO_PNG
#include <png.h>
#endif
#endif
#ifdef __LINUX__