Fix host tools build

svn path=/trunk/; revision=58762
This commit is contained in:
Timo Kreuzer 2013-04-14 18:59:37 +00:00
parent 75082f2302
commit 6f902c327d

View file

@ -14,6 +14,11 @@
#define NDEBUG
#include <debug.h>
/* Hack for host tools */
#ifndef _SAL_VERSION
#include "../ndk/no_sal2.h"
#endif
// FIXME: hack
#undef ASSERT
#define ASSERT(...)