aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/x86_64/regs.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-02-09 19:34:36 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 00:55:01 +0200
commit366c2f46d844f040458df9b7e35fc3b8527ed2d3 (patch)
tree0251a2089f4ffb07a62c8d2934bf0b80fd3fb41e /sysdeps/linux-gnu/x86_64/regs.c
parent92acf752a592f7c4ce60d99914d9ccb59f8119eb (diff)
downloadltrace-366c2f46d844f040458df9b7e35fc3b8527ed2d3.tar.gz
Move process-related functions and structures to proc.h
Diffstat (limited to 'sysdeps/linux-gnu/x86_64/regs.c')
-rw-r--r--sysdeps/linux-gnu/x86_64/regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux-gnu/x86_64/regs.c b/sysdeps/linux-gnu/x86_64/regs.c
index ed1f118..0ff3281 100644
--- a/sysdeps/linux-gnu/x86_64/regs.c
+++ b/sysdeps/linux-gnu/x86_64/regs.c
@@ -4,7 +4,7 @@
#include <sys/ptrace.h>
#include <sys/reg.h>
-#include "common.h"
+#include "proc.h"
#if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))
# define PTRACE_PEEKUSER PTRACE_PEEKUSR