X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/348683aa59f63ac110c129f808c91fc3156ee14f..5a61e83ffef125d89c3d533178ddb6610cec2a93:/src/math.c diff --git a/src/math.c b/src/math.c index adfa2fd..bf7ae8c 100644 --- a/src/math.c +++ b/src/math.c @@ -24,11 +24,11 @@ #include "saxdb.h" #include "timeq.h" -#ifdef HAVE_TGMATH_H -#include +#ifndef HAVE_MATH_H + #include + #include #else -#include -#include + #include #endif #include