From: Michael Tremer Date: Wed, 29 Nov 2017 14:41:31 +0000 (+0100) Subject: testsuite: Fix compiler warning because of missing header X-Git-Tag: 0.9.28~1285^2~1258 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1960ad0b67e4000690ac13454551c748abf1ad5;p=pakfire.git testsuite: Fix compiler warning because of missing header Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/pakfire.h b/tests/libpakfire/pakfire.h index 0512ab5f1..82fda5fc7 100644 --- a/tests/libpakfire/pakfire.h +++ b/tests/libpakfire/pakfire.h @@ -18,6 +18,8 @@ # # #############################################################################*/ +#include + static Pakfire init_pakfire() { const char* path = "/";