mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
25 lines
789 B
Diff
25 lines
789 B
Diff
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).
|