Build fix: missing stdio.h include in signal-helper.hpp
[lttng-tools.git] / src / common / fd-tracker / utils-poll.cpp
index 8c04b07b2da1d2049f11ecc8f0dffda586a516f7..1c76e01679eabaa0154690e546caee73bd1abebe 100644 (file)
@@ -5,17 +5,17 @@
  *
  */
 
-#include <common/compat/poll.hpp>
-
 #include "utils.hpp"
 
 #ifdef HAVE_EPOLL
 
+namespace {
 struct create_args {
        struct lttng_poll_event *events;
        int size;
        int flags;
 };
+} /* namespace */
 
 static int open_epoll(void *data, int *out_fd)
 {
This page took 0.023211 seconds and 4 git commands to generate.