configure: add '-Wundef' to warning flags
[lttng-tools.git] / src / common / fd-tracker / utils-poll.cpp
index 4949d8160f104bad611ed35f928a76fbb9141194..6a0f2d9bd28c7c6178af1af8d43889b9bbb689e7 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "utils.h"
 
-#if HAVE_EPOLL
+#ifdef HAVE_EPOLL
 
 struct create_args {
        struct lttng_poll_event *events;
This page took 0.02536 seconds and 4 git commands to generate.