Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
[lttng-tools.git] / src / common / pipe.h
index 2d4fc967d615d5520e20de6098c561ac49148850..30f7c3f30d68ee120863056a1007430a0341bedb 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.024463 seconds and 5 git commands to generate.