testcase.h uses the Solver data type, include it.
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 0e56dd3..ffe2146 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)