Fix: use sys/types.h for ssize_t on Cygwin
[lttng-tools.git] / include / lttng / location-internal.h
index 9072ef34ce6551a8367b067d5581aa914bae4024..6c2a992372fecdf5b0576a6b15a26aec24d84524 100644 (file)
@@ -22,7 +22,7 @@
 #include <common/dynamic-buffer.h>
 #include <common/buffer-view.h>
 #include <common/macros.h>
-#include <stddef.h>
+#include <sys/types.h>
 
 struct lttng_trace_archive_location {
        enum lttng_trace_archive_location_type type;
This page took 0.023116 seconds and 4 git commands to generate.