| commit | 366c2f46d844f040458df9b7e35fc3b8527ed2d3 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Thu Feb 09 19:34:36 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 00:55:01 2012 +0200 |
| tree | 0251a2089f4ffb07a62c8d2934bf0b80fd3fb41e | |
| parent | 92acf752a592f7c4ce60d99914d9ccb59f8119eb [diff] [blame] |
Move process-related functions and structures to proc.h
diff --git a/sysdeps/linux-gnu/m68k/trace.c b/sysdeps/linux-gnu/m68k/trace.c index 2f89fdf..c63702d 100644 --- a/sysdeps/linux-gnu/m68k/trace.c +++ b/sysdeps/linux-gnu/m68k/trace.c
@@ -6,6 +6,7 @@ #include <sys/ptrace.h> #include <asm/ptrace.h> +#include "proc.h" #include "common.h" #if (!defined(PTRACE_PEEKUSER) && defined(PTRACE_PEEKUSR))