diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2024-04-13 15:24:16 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-05-20 11:52:38 -0400 |
commit | 637ef57e26304673bd422589a7892988e9312b78 (patch) | |
tree | d67f65c28d6881d432bb17d1a2c65aa1a7a98d93 /dev-debug | |
parent | dev-debug/sysdig: add missing libelf dependency (diff) | |
download | gentoo-637ef57e26304673bd422589a7892988e9312b78.tar.gz gentoo-637ef57e26304673bd422589a7892988e9312b78.tar.bz2 gentoo-637ef57e26304673bd422589a7892988e9312b78.zip |
dev-debug/sysdig: add a missed <cstdint> include on musl
Bug: https://bugs.gentoo.org/929227
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/sysdig/files/0.29.3-libs-gcc13.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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() |