Fix: missing header causes build failure with --disable-epoll
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index e20c476f830342612721dfb0f5d93c9474b80e08..4107bec96c541c6f60b5afed416f8a9f4c0b4bdf 100644 (file)
@@ -40,6 +40,7 @@
 #include <unistd.h>
 #include <assert.h>
 #include <inttypes.h>
+#include <fcntl.h>
 
 #define CLIENT_POLL_MASK_IN (LPOLLIN | LPOLLERR | LPOLLHUP | LPOLLRDHUP)
 #define CLIENT_POLL_MASK_IN_OUT (CLIENT_POLL_MASK_IN | LPOLLOUT)
This page took 0.023951 seconds and 5 git commands to generate.