X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/e5a8f7cdc73328b724f14b941538045107e57bce..23475fc6e820f19c3fcdf8a6ba38ebbcb6275ee8:/src/math.c diff --git a/src/math.c b/src/math.c index 08414cf..bac9820 100644 --- a/src/math.c +++ b/src/math.c @@ -23,11 +23,18 @@ #include "modcmd.h" #include "saxdb.h" #include "timeq.h" -#include + +#ifdef HAVE_TGMATH_H +#include +#else +#include +#include +#endif + #include +#include #include #include -#include #include #ifdef WIN32