eina: Add execinfo.h to avoid implicit declarations.

If we have backtrace support we should also add the header before
using the backtrace and backtrace_symbols_fd functions.
This commit is contained in:
Stefan Schmidt 2013-03-19 08:35:00 +00:00
parent 9e745d4a2c
commit b3c1a6c1c5
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
# include <memcheck.h>
#endif
#ifdef HAVE_BACKTRACE
# include <execinfo.h>
#endif
#ifdef EINA_COW_MAGIC_ON
#define EINA_COW_MAGIC 0xDEADBEEF