gdb.threads/thread-execl.exp: #include <stdio.h>.
authorDoug Evans <dje@google.com>
Mon, 25 Aug 2014 19:23:50 +0000 (12:23 -0700)
committerDoug Evans <dje@google.com>
Mon, 25 Aug 2014 19:23:50 +0000 (12:23 -0700)
gdb/testsuite/ChangeLog:

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

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/thread-execl.c

index 7af8784..1428f4d 100644 (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
index f8027ba..28ad23f 100644 (file)
@@ -18,6 +18,7 @@
 #include <pthread.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdio.h>
 
 static const char *image;