[CRIU] [PATCH] ptrace: include config.h in ptrace.h

Andrey Vagin avagin at openvz.org
Wed Feb 5 11:07:35 PST 2014


CONFIG_HAS_PEEKSIGINFO_ARGS is used there.

Cc: Christopher Covington <cov at codeaurora.org>
Reported-by: Christopher Covington <cov at codeaurora.org>
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 include/ptrace.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/ptrace.h b/include/ptrace.h
index 15a56c7..ecc63d3 100644
--- a/include/ptrace.h
+++ b/include/ptrace.h
@@ -4,6 +4,8 @@
 #include <linux/types.h>
 #include <sys/ptrace.h>
 
+#include "config.h"
+
 /* some constants for ptrace */
 #ifndef PTRACE_SEIZE
 # define PTRACE_SEIZE		0x4206
-- 
1.8.5.3



More information about the CRIU mailing list