| commit | 9294d82f67e20f5f2b61f317ad04f5cb717c7d27 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Feb 07 12:35:58 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 00:51:18 2012 +0200 |
| tree | 6e2118eb5ed096c495064bb56cfc35ecbc483f77 | |
| parent | a266acb9c3bbde884a32268f164de62d03aa04d0 [diff] [blame] |
Create breakpoint.h with decls related to breakpoints
diff --git a/sysdeps/linux-gnu/proc.c b/sysdeps/linux-gnu/proc.c index a99593c..d8d381a 100644 --- a/sysdeps/linux-gnu/proc.c +++ b/sysdeps/linux-gnu/proc.c
@@ -17,6 +17,7 @@ #include <sys/syscall.h> #include <error.h> +#include "breakpoint.h" /* /proc/pid doesn't exist just after the fork, and sometimes `ltrace' * couldn't open it to find the executable. So it may be necessary to