Build: missing includes for ssize_t definition on Cygwin
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 01:10:19 +0000 (21:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 01:10:19 +0000 (21:10 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/action/action-internal.h
include/lttng/notification/notification-internal.h
include/lttng/trigger/trigger-internal.h

index 746b0a4d8ed0d3250181261d402e708479ea9d7c..1ab8f9a81011999a1543fe71deaa0bc597770ea0 100644 (file)
@@ -22,6 +22,7 @@
 #include <common/macros.h>
 #include <common/buffer-view.h>
 #include <stdbool.h>
 #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);
 
 typedef bool (*action_validate_cb)(struct lttng_action *action);
 typedef void (*action_destroy_cb)(struct lttng_action *action);
index df9e8cb50a5549ed6525a89d2cabe74c9a747c4c..9bdf2a934d86a4d53b0d1b06dcb6096d4dec19b3 100644 (file)
@@ -23,6 +23,7 @@
 #include <common/buffer-view.h>
 #include <stdint.h>
 #include <stdbool.h>
 #include <common/buffer-view.h>
 #include <stdint.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 struct lttng_notification {
        struct lttng_condition *condition;
 
 struct lttng_notification {
        struct lttng_condition *condition;
index c92fa7d38fad9bd0c76333cae117aa01e683740e..23192863e34d394a4f5d6cf6812dbbee9e8da919 100644 (file)
@@ -23,6 +23,7 @@
 #include <common/buffer-view.h>
 #include <stdint.h>
 #include <stdbool.h>
 #include <common/buffer-view.h>
 #include <stdint.h>
 #include <stdbool.h>
+#include <sys/types.h>
 
 struct lttng_trigger {
        struct lttng_condition *condition;
 
 struct lttng_trigger {
        struct lttng_condition *condition;
This page took 0.02716 seconds and 5 git commands to generate.