From 7e73c627630a8b902e8822c8d1ee40ae3a44f563 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 Dec 2016 08:28:51 +0100 Subject: add missing include so that tests are not skipped --- test/argp/bug-argp1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/argp/bug-argp1.c') 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 + #if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_ARGP__) #include -- cgit v1.2.3