diff options
Diffstat (limited to 'test/argp/tst-argp1.c')
-rw-r--r-- | test/argp/tst-argp1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/argp/tst-argp1.c b/test/argp/tst-argp1.c index c3be15d..b6d3834 100644 --- a/test/argp/tst-argp1.c +++ b/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> |