mirror of
https://github.com/ohwgiles/laminar.git
synced 2025-06-13 12:54:29 +00:00
fe FreeBSD port: block off Linux only header in server.cpp
This commit is contained in:
parent
8607b4fb42
commit
3b349f7caa
@ -29,7 +29,9 @@
|
||||
#include <signal.h>
|
||||
#include <sys/eventfd.h>
|
||||
#include <sys/inotify.h>
|
||||
#if !defined(__FreeBSD__)
|
||||
#include <sys/signalfd.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
// Size of buffer used to read from file descriptors. Should be
|
||||
|
Loading…
Reference in New Issue
Block a user