Build: missing includes for ssize_t definition on Cygwin
[lttng-tools.git] / include / lttng / action / action-internal.h
index 746b0a4d8ed0d3250181261d402e708479ea9d7c..1ab8f9a81011999a1543fe71deaa0bc597770ea0 100644 (file)
@@ -22,6 +22,7 @@
 #include <common/macros.h>
 #include <common/buffer-view.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 typedef bool (*action_validate_cb)(struct lttng_action *action);
 typedef void (*action_destroy_cb)(struct lttng_action *action);
This page took 0.022882 seconds and 4 git commands to generate.