X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/240a327462bd781aaf3247d2ebf9290181c2771b..5a61e83ffef125d89c3d533178ddb6610cec2a93:/src/math.c diff --git a/src/math.c b/src/math.c index 941f706..bf7ae8c 100644 --- a/src/math.c +++ b/src/math.c @@ -2,7 +2,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. Important limitations are * listed in the COPYING file that accompanies this software. * @@ -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