]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
testcase.h uses the Solver data type, include it. 10/head
authorAles Kozumplik <akozumpl@redhat.com>
Wed, 14 Mar 2012 07:54:01 +0000 (08:54 +0100)
committerAles Kozumplik <akozumpl@redhat.com>
Wed, 14 Mar 2012 07:54:51 +0000 (08:54 +0100)
prevents compilation if the client doens't #inlcude solver otherwise.

ext/testcase.h

index 0e56dd34585a23db30280a14cf2e65dfda4a320b..ffe2146232e08f1fc9ecbe4fd11172746ed94978 100644 (file)
@@ -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)