Commit 2824c968 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

ptrace: include config.h in ptrace.h

CONFIG_HAS_PEEKSIGINFO_ARGS is used there.

Cc: Christopher Covington <cov@codeaurora.org>
Reported-by: 's avatarChristopher Covington <cov@codeaurora.org>
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f5f9fb9c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment