diff options
Diffstat (limited to 'lib/nimbase.h')
-rwxr-xr-x | lib/nimbase.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index dc0ac6e0f..c7b3e551d 100755 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -22,7 +22,9 @@ __TINYC__ #ifndef NIMBASE_H #define NIMBASE_H -#include <math.h> +#if !defined(__TINYC__) +# include <math.h> +#endif /* calling convention mess ----------------------------------------------- */ #if defined(__GNUC__) || defined(__LCC__) || defined(__POCC__) \ |