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 7af8784c1ef4e9cbcbbbb53a16434f23fbfc40ba..1428f4da083b03bbd25c616a37e6413a7079692c 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 f8027ba741f68cb24a8c95834601f9358436be34..28ad23f07f6de71abb5888f757bb6851f469ce91 100644 (file)
@@ -18,6 +18,7 @@
 #include <pthread.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdio.h>
 
 static const char *image;