From 89293443580129dbe50f3a65f92f9bfc5ea7a12f Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 27 Nov 2018 14:24:01 -0500 Subject: [PATCH] Fix: use sys/types.h for ssize_t on Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- include/lttng/location-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/location-internal.h b/include/lttng/location-internal.h index 9072ef34c..6c2a99237 100644 --- a/include/lttng/location-internal.h +++ b/include/lttng/location-internal.h @@ -22,7 +22,7 @@ #include #include #include -#include +#include struct lttng_trace_archive_location { enum lttng_trace_archive_location_type type; -- 2.34.1