diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | test-skeleton.c | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2016-09-23 Florian Weimer <fweimer@redhat.com> + + * test-skeleton.c: Remove #include <stdarg.h>. + 2016-09-21 Alexandre Oliva <aoliva@redhat.com> [BZ #19826] diff --git a/test-skeleton.c b/test-skeleton.c index 65a3818309..d53fe1c189 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -33,7 +33,6 @@ #include <sys/wait.h> #include <sys/param.h> #include <time.h> -#include <stdarg.h> /* The test function is normally called `do_test' and it is called with argc and argv as the arguments. We nevertheless provide the |