diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-finish-breakpoint.c')
-rw-r--r-- | gdb/testsuite/gdb.python/py-finish-breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.c b/gdb/testsuite/gdb.python/py-finish-breakpoint.c index 0eda8b9..5c8663a 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.c +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.c @@ -17,6 +17,7 @@ #include <setjmp.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> /* Defined in py-events-shlib.h. */ |