From a1960ad0b67e4000690ac13454551c748abf1ad5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 29 Nov 2017 15:41:31 +0100 Subject: [PATCH] testsuite: Fix compiler warning because of missing header Signed-off-by: Michael Tremer --- tests/libpakfire/pakfire.h | 2 ++ 1 file changed, 2 insertions(+) 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 = "/"; -- 2.39.5