Fix: add missing poll.h include
[lttng-ust.git] / libringbuffer / ring_buffer_frontend.c
index f9bf5c8d7a00f9d5f08216cd99d69e227757eea2..aeb7f7d94a10a9c4b63d098df1191ba4cdcef47e 100644 (file)
@@ -62,6 +62,7 @@
 #include <urcu/compiler.h>
 #include <urcu/ref.h>
 #include <urcu/tls-compat.h>
+#include <poll.h>
 #include <helper.h>
 
 #include "smp.h"
This page took 0.024607 seconds and 4 git commands to generate.