1
0
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:
Brandon D 2022-05-10 17:42:44 -05:00 committed by GitHub
parent 8607b4fb42
commit 3b349f7caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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