From db62108b4d665db3efd9e05062d723051a06f856 Mon Sep 17 00:00:00 2001 From: Brian Smith <brian@briansmith.org> Date: Mon, 5 Oct 2015 15:07:24 -1000 Subject: [PATCH] Include version.h in version-test.c --- testsuite/version-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/version-test.c b/testsuite/version-test.c index a472e3b6..65d67aa1 100644 --- a/testsuite/version-test.c +++ b/testsuite/version-test.c @@ -30,6 +30,7 @@ */ #include "testutils.h" +#include "version.h" void test_main (void) -- GitLab