eina_ddebug: Fix build for the case without all requirements for eina_debug
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 May 2015 07:55:12 +0000 (09:55 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 May 2015 08:01:42 +0000 (10:01 +0200)
commit5c1157d4ec956b3a38d1abb27297c368c91b049a
tree84c77b5a1f6765731c7db4cc5960f845d4859338
parentaf8c4eabca88f6471e1ef72c2d8f44f641f6d252
eina_ddebug: Fix build for the case without all requirements for eina_debug

In eina_debug.h we only include the eina headsers when all defines are true
for backtrace, dlopen, unwind, etc. We still use Eina_Bool here when these
cases are not met. I just hit this case and failed the build.
src/lib/eina/eina_debug.c