Fix: tap.h conflicts with Clang C++ headers
[lttng-tools.git] / tests / regression / tools / live / live_test.cpp
index 559b9a7b1e8298885ae574090a26683e6058eb82..08eb8197cddc29f1676f2ef9183f5f5630e1c5da 100644 (file)
@@ -20,7 +20,6 @@
 #include <sys/mman.h>
 #include <sys/stat.h>
 
-#include <tap/tap.h>
 #include <lttng/lttng.h>
 
 #include <urcu/list.h>
@@ -32,6 +31,8 @@
 #include <common/compat/errno.hpp>
 #include <common/compat/endian.hpp>
 
+#include <tap/tap.h>
+
 #define SESSION1 "test1"
 #define RELAYD_URL "net://localhost"
 #define LIVE_TIMER 2000000
This page took 0.023235 seconds and 4 git commands to generate.