rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=090741ff5e0db132de592b03ac0aaf4142350738
commit 090741ff5e0db132de592b03ac0aaf4142350738 Author: Vitalii Vorobiov <[email protected]> Date: Mon Jan 25 16:09:23 2016 +0000 UTC: include group_manager to make history compilable --- tests/test_new_history/test_new_history.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_new_history/test_new_history.h b/tests/test_new_history/test_new_history.h index d421fcc..7413f14 100644 --- a/tests/test_new_history/test_new_history.h +++ b/tests/test_new_history/test_new_history.h @@ -17,9 +17,10 @@ * along with this program; If not, see www.gnu.org/licenses/lgpl.html. */ +#include "group_manager.h" #include "utc_common.h" #include "config.h" -#include "new_history.h" +#include "history.h" void history_add_test_p(int); void history_del_test_p1(int); --
