Fixes uclibc build as uclibc does not include backtrace functionality Signed-of-by: Spenser Gilliland Signed-of-by: Markos Chandras Index: webkit-1.11.5/Source/WTF/wtf/Assertions.cpp =================================================================== --- webkit-1.11.5.orig/Source/WTF/wtf/Assertions.cpp +++ webkit-1.11.5/Source/WTF/wtf/Assertions.cpp @@ -61,8 +61,10 @@ #if (OS(DARWIN) || (OS(LINUX) && !defined(__UCLIBC__))) && !OS(ANDROID) #include #include +#if !defined(__UCLIBC__) #include #endif +#endif #if OS(ANDROID) #include "android/log.h"