Fix include of poll.h

This commit is contained in:
Hannes Braun
2026-02-08 13:32:41 +01:00
parent 2616785d18
commit f373ebfcbb

View File

@ -6,7 +6,7 @@
#if defined(__linux__) #if defined(__linux__)
#include <sys/inotify.h> #include <sys/inotify.h>
#endif #endif
#include <sys/poll.h> #include <poll.h>
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>