summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch
blob: 819b65f041c49d559bdaffb45731448ff897d0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From cfa843c91a036d0926c76c6dec6fd2a1f38e4843 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 31 May 2021 21:55:00 -0700
Subject: [PATCH] ssize_t comes from sys/types.h therefore include it

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 wsrep-lib/include/wsrep/gtid.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wsrep-lib/include/wsrep/gtid.hpp b/wsrep-lib/include/wsrep/gtid.hpp
index 0d49c58d..d61a6585 100644
--- a/wsrep-lib/include/wsrep/gtid.hpp
+++ b/wsrep-lib/include/wsrep/gtid.hpp
@@ -25,7 +25,7 @@
 #include "compiler.hpp"
 
 #include <iosfwd>
-
+#include <sys/types.h>
 /**
  * Minimum number of bytes guaratneed to store GTID string representation,
  * terminating '\0' not included (36 + 1 + 20).