summaryrefslogtreecommitdiff
path: root/test/argp/bug-argp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/argp/bug-argp1.c')
-rw-r--r--test/argp/bug-argp1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/argp/bug-argp1.c b/test/argp/bug-argp1.c
index 39b573d..341e6ae 100644
--- a/test/argp/bug-argp1.c
+++ b/test/argp/bug-argp1.c
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
#if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_ARGP__)
#include <argp.h>