fe FreeBSD port: block off Linux only header in server.cpp

pull/170/head
Brandon D 2 years ago committed by GitHub
parent 8607b4fb42
commit 3b349f7caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save