From 2ce94b3cb4db55c981ee6f2cbe1d3e790e89a2b7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 6 Nov 2016 17:48:49 +0100 Subject: allow to compile and run on musl based systems This is a first shot, more improvements required to allow to run more tests. --- test/test-skeleton.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test-skeleton.c') diff --git a/test/test-skeleton.c b/test/test-skeleton.c index cf136ac..557996d 100644 --- a/test/test-skeleton.c +++ b/test/test-skeleton.c @@ -32,7 +32,9 @@ #include #include #include +#include "test-skeleton.h" + /* The test function is normally called `do_test' and it is called with argc and argv as the arguments. We nevertheless provide the possibility to overwrite this name. */ -- cgit v1.2.3