Fix: missing header causes build failure with --disable-epoll
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 May 2017 12:50:39 +0000 (08:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 May 2017 12:50:39 +0000 (08:50 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.026985 seconds and 4 git commands to generate.