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.
This commit is contained in:
Stefan Schmidt 2015-05-08 09:55:12 +02:00
parent af8c4eabca
commit 5c1157d4ec
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "eina_debug.h"
#include "eina_types.h"
#ifdef EINA_HAVE_DEBUG