From ad404950ef8cf82ae5430a277133fb40594a794c Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 18:11:57 -0500 Subject: [PATCH] I really should test my shit before committing. --- src/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.h b/src/global.h index f2c2766d1a..6669285d85 100644 --- a/src/global.h +++ b/src/global.h @@ -250,6 +250,7 @@ inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ) #else #error Inline assembly not implemented for your compiler. #endif +#endif /* Don't include our own headers here, since they tend to change often. */