Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 8 Nov 2017 20:19:24 +0000 (15:19 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Nov 2017 15:34:21 +0000 (10:34 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.02768 seconds and 5 git commands to generate.