1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 20:26:36 +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

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