1ssize_t comes from sys/types.h therefore include it 2 3Upstream-Status: Pending 4Signed-off-by: Khem Raj <raj.khem@gmail.com> 5--- a/wsrep-lib/include/wsrep/gtid.hpp 6+++ b/wsrep-lib/include/wsrep/gtid.hpp 7@@ -25,7 +25,7 @@ 8 #include "compiler.hpp" 9 10 #include <iosfwd> 11- 12+#include <sys/types.h> 13 /** 14 * Minimum number of bytes guaratneed to store GTID string representation, 15 * terminating '\0' not included (36 + 1 + 20). 16