1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:27:45 +02:00

Make Toxic compile at NetBSD, STAGE 2

This commit is contained in:
aSourceFish 2017-11-15 05:50:00 +02:00 committed by GitHub
parent 1382adb1f6
commit ed1e617380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@
#include <time.h>
#include <limits.h>
#include <dirent.h>
#if defined(__FreeBSD__) || defined(__OpenBSD__)
#if SYSTEM == BSD
#include <netinet/in.h>
#include <sys/socket.h>
#endif
#endif /* BSD! */
#include <arpa/inet.h>
#include <sys/stat.h>