1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:57:45 +02:00

Make Toxic compile at OpenBSD

This commit is contained in:
aSourceFish 2017-11-11 21:04:45 +02:00 committed by GitHub
parent fec36ad9e6
commit 85a0becbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
#include <time.h> #include <time.h>
#include <limits.h> #include <limits.h>
#include <dirent.h> #include <dirent.h>
#if defined(__FreeBSD__) #if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/socket.h> #include <sys/socket.h>
#else #else