Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
[lttng-tools.git] / src / common / pipe.h
index 0bc2db3250ec8eb62bec5758245a69a2dfb0c001..3310b42bd2cc5d958572f48a26f9c620c986309b 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <pthread.h>
 #include <common/macros.h>
+#include <sys/types.h>
 
 enum lttng_pipe_state {
        LTTNG_PIPE_STATE_OPENED = 1,
This page took 0.023178 seconds and 4 git commands to generate.