commit:     637ef57e26304673bd422589a7892988e9312b78
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Sat Apr 13 13:24:16 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon May 20 15:52:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637ef57e

dev-debug/sysdig: add a missed <cstdint> include on musl

Bug: https://bugs.gentoo.org/929227
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-debug/sysdig/files/0.29.3-libs-gcc13.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dev-debug/sysdig/files/0.29.3-libs-gcc13.patch 
b/dev-debug/sysdig/files/0.29.3-libs-gcc13.patch
index ce1a686cc65c..4fb4d52c1db4 100644
--- a/dev-debug/sysdig/files/0.29.3-libs-gcc13.patch
+++ b/dev-debug/sysdig/files/0.29.3-libs-gcc13.patch
@@ -26,3 +26,16 @@ index c15c13c..f9f9f45 100644
  #include <string>
  #include <unordered_map>
  #include <map>
+
+diff --git 
libs-e5c53d648f3c4694385bbe488e7d47eaa36c229a-orig/userspace/libsinsp/scap_open_exception.h
 
libs-e5c53d648f3c4694385bbe488e7d47eaa36c229a/userspace/libsinsp/scap_open_exception.h
+index 6877456..b6fa6be 100644
+--- 
libs-e5c53d648f3c4694385bbe488e7d47eaa36c229a-orig/userspace/libsinsp/scap_open_exception.h
++++ 
libs-e5c53d648f3c4694385bbe488e7d47eaa36c229a/userspace/libsinsp/scap_open_exception.h
+@@ -17,6 +17,7 @@ limitations under the License.
+ #pragma once
+ 
+ #include "sinsp_exception.h"
++#include <cstdint>
+ 
+ /*!
+   \brief Instances of this exception are thrown when calls to scap_open()

Reply via email to