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)
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

index 766ec7a..df6af04 100644 (file)
@@ -1,4 +1,5 @@
 #include "eina_debug.h"
+#include "eina_types.h"
 
 #ifdef EINA_HAVE_DEBUG