Build fix: missing unistd.h include in utils.h
[lttng-tools.git] / tests / utils / utils.h
index fc06b4ace4d7a058d481d1a8ecec519b07ae5bce..8f04413c6183385740f0b104967de21c4e4ddcde 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef TEST_UTILS_H
 #define TEST_UTILS_H
 
+#include <unistd.h>
+
 #if defined(__cplusplus)
 extern "C" {
 #endif
This page took 0.023914 seconds and 4 git commands to generate.