1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:47:46 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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