| 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/events.c b/sysdeps/linux-gnu/events.c index b6c12ef..79f6817 100644 --- a/sysdeps/linux-gnu/events.c +++ b/sysdeps/linux-gnu/events.c
@@ -12,6 +12,7 @@ #include <unistd.h> #include "common.h" +#include "breakpoint.h" static Event event;