From: Ales Kozumplik Date: Wed, 14 Mar 2012 07:54:01 +0000 (+0100) Subject: testcase.h uses the Solver data type, include it. X-Git-Tag: BASE-SuSE-Code-12_2-Branch~101^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cde9daab9a38c7c6ff4682904139c788b6dc64b;p=thirdparty%2Flibsolv.git testcase.h uses the Solver data type, include it. prevents compilation if the client doens't #inlcude solver otherwise. --- diff --git a/ext/testcase.h b/ext/testcase.h index 0e56dd34..ffe21462 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -7,6 +7,7 @@ #include "pool.h" #include "repo.h" +#include "solver.h" #define TESTCASE_RESULT_TRANSACTION (1 << 0) #define TESTCASE_RESULT_PROBLEMS (1 << 1)