diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c b/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c index e9ca92d..a466c54 100644 --- a/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c +++ b/gdb/testsuite/gdb.mi/mi-condbreak-call-thr-state-mt.c @@ -19,6 +19,8 @@ #include <stdlib.h> #include <pthread.h> +#include <stdio.h> +#include <unistd.h> extern int test (void); |