gdb.threads/thread-execl.exp: #include <stdio.h>.

gdb/testsuite/ChangeLog:

	* gdb.threads/thread-execl.exp: #include <stdio.h>.
This commit is contained in:
Doug Evans 2014-08-25 12:23:50 -07:00
parent 9debeba0ed
commit 564b7600f2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-08-25 Doug Evans <dje@google.com>
* gdb.threads/thread-execl.exp: #include <stdio.h>.
2014-08-24 Yao Qi <yao@codesourcery.com>
* gdb.guile/scm-value.exp (test_lazy_strings): Set print

View File

@ -18,6 +18,7 @@
#include <pthread.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
static const char *image;