eina: fix compilation if safety checks are disabled
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 1 Oct 2010 12:18:39 +0000 (12:18 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 1 Oct 2010 12:18:39 +0000 (12:18 +0000)
commit1a1f12a84cbe9a035a5e169bbdfbaeffa4ab3299
tree18d26881edd3c22f8c21dc495b5907eff6bdaf96
parent763548f7d18459cf0b094174c5651037684021d7
eina: fix compilation if safety checks are disabled

A few files include eina_safety_checks.h and then expect that
eina_log.h is also dragged in, however this isn't the case if
the safety checks were disabled at configure stage.

Include eina_log.h explicitly to fix this.

Patch by: Marc Andre Tanner <mat@brain-dump.org>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@52949 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_array.c
src/lib/eina_list.c
src/lib/eina_matrixsparse.c
src/lib/eina_rectangle.c
src/lib/eina_share_common.c
src/lib/eina_stringshare.c