this stuff only works with glibc, bsds compile now

SVN revision: 23371
This commit is contained in:
codewarrior 2006-06-10 23:32:50 +00:00 committed by codewarrior
parent 99b37daf82
commit 93b8876596
1 changed files with 2 additions and 0 deletions

View File

@ -41,10 +41,12 @@
# include <memcheck.h>
#endif
#ifdef __GLIBC__
#ifdef OBJECT_PARANOIA_CHECK
#include <execinfo.h>
#include <setjmp.h>
#endif
#endif
#include <Evas.h>
#include <Evas_Engine_Buffer.h>