- Refresh procmon-add_missing_include.patch OBS-URL: https://build.opensuse.org/request/show/1074934 OBS-URL: https://build.opensuse.org/package/show/devel:tools/procmon?expand=0&rev=9
25 lines
739 B
Diff
25 lines
739 B
Diff
Index: ProcMon-for-Linux-1.0.1/src/tracer/ebpf/syscall_schema.h
|
|
===================================================================
|
|
--- ProcMon-for-Linux-1.0.1.orig/src/tracer/ebpf/syscall_schema.h
|
|
+++ ProcMon-for-Linux-1.0.1/src/tracer/ebpf/syscall_schema.h
|
|
@@ -10,6 +10,7 @@
|
|
#include <string>
|
|
#include <vector>
|
|
#include <iostream>
|
|
+#include <cstring>
|
|
|
|
namespace SyscallSchema
|
|
{
|
|
Index: ProcMon-for-Linux-1.0.1/src/common/stack_trace.h
|
|
===================================================================
|
|
--- ProcMon-for-Linux-1.0.1.orig/src/common/stack_trace.h
|
|
+++ ProcMon-for-Linux-1.0.1/src/common/stack_trace.h
|
|
@@ -7,6 +7,7 @@
|
|
#include <string>
|
|
#include <vector>
|
|
#include <sstream>
|
|
+#include <cstdint>
|
|
|
|
struct StackTrace
|
|
{
|