mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 13:26:36 +02:00
Make Toxic compile at OpenBSD
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#include <dirent.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user