From bf71834f1f6e1fa8b1eca2778552d26b1160b7dd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 31 Oct 2020 19:41:08 -0700 Subject: [PATCH] gtid: add sys/types header Needed for ssize_t. --- include/wsrep/gtid.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wsrep/gtid.hpp b/include/wsrep/gtid.hpp index 0d49c58d..3d08354a 100644 --- a/include/wsrep/gtid.hpp +++ b/include/wsrep/gtid.hpp @@ -26,6 +26,8 @@ #include +#include + /** * Minimum number of bytes guaratneed to store GTID string representation, * terminating '\0' not included (36 + 1 + 20).