Browse Source

add missing include so that tests are not skipped

Waldemar Brodkorb 7 years ago
parent
commit
7e73c62763
3 changed files with 6 additions and 0 deletions
  1. 2 0
      test/argp/bug-argp1.c
  2. 2 0
      test/argp/tst-argp1.c
  3. 2 0
      test/argp/tst-argp2.c

+ 2 - 0
test/argp/bug-argp1.c

@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 #if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_ARGP__)
 #include <argp.h>
 

+ 2 - 0
test/argp/tst-argp1.c

@@ -16,6 +16,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
+#include <stdio.h>
+
 #if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_ARGP__)
 #include <argp.h>
 

+ 2 - 0
test/argp/tst-argp2.c

@@ -16,6 +16,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
+#include <stdio.h>
+
 #if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_ARGP__)
 #include <argp.h>