From Petr Salinger, fix for build under GNU/kFreeBSD.
This commit is contained in:
parent
4ebd316130
commit
7dc849b97a
@ -37,7 +37,7 @@
|
||||
#if defined(__linux)
|
||||
#include <unistd.h>
|
||||
#include <linux/sockios.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#include <unistd.h>
|
||||
#include <sys/sockio.h>
|
||||
#elif defined(__sgi)
|
||||
|
Loading…
Reference in New Issue
Block a user