Fix build issue on armv7l related to ptrace() 50/289850/1 accepted/tizen/unified/20230320.021836
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 14 Mar 2023 15:55:32 +0000 (16:55 +0100)
committerMateusz Moscicki <m.moscicki2@partner.samsung.com>
Tue, 14 Mar 2023 16:30:22 +0000 (17:30 +0100)
Change-Id: Ia33eefb96b7f98c9c983f236d30c6dc643b88d1a

src/livedumper/helpers.hpp
src/livedumper/livedumper.hpp

index 36f8e87..f7f0cb5 100644 (file)
@@ -21,7 +21,6 @@
 #include <elf.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <asm/ptrace.h>
 
 #include <functional>
 #include <string>
index 01bcb1a..60de125 100644 (file)
@@ -29,7 +29,6 @@
 #include <string.h>
 #include <sys/mman.h>
 #include <sys/ptrace.h>
-#include <asm/ptrace.h>
 #include <sys/wait.h>
 
 #include <fstream>