File procmon-add_missing_include.patch of Package procmon
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
{