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

Repair operating system checks (#474)

This commit is contained in:
Mateusz Poszwa
2017-11-16 22:59:51 +01:00
committed by JFreegman
parent c387df35f8
commit 0bd5b4ddee
2 changed files with 5 additions and 7 deletions

View File

@ -26,10 +26,8 @@
#include <time.h>
#include <limits.h>
#include <dirent.h>
#if SYSTEM == BSD
#include <netinet/in.h>
#include <sys/socket.h>
#endif /* BSD! */
#include <arpa/inet.h>
#include <sys/stat.h>