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. */