1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 07:46:35 +02:00

Shut down the warning at *BSD

This commit is contained in:
aSourceFish
2017-11-11 21:17:34 +02:00
committed by GitHub
parent 85a0becbf9
commit 8f94b0a218

View File

@ -29,9 +29,8 @@
#if defined(__FreeBSD__) || defined(__OpenBSD__) #if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/socket.h> #include <sys/socket.h>
#else
#include <arpa/inet.h>
#endif #endif
#include <arpa/inet.h>
#include <sys/stat.h> #include <sys/stat.h>
#include "toxic.h" #include "toxic.h"