]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/math.c
Minor typo in previous commit where returning 0 when it should have been 1 from opser...
[irc/evilnet/x3.git] / src / math.c
index adfa2fdab98ea869c884be611f1e8893c610b075..bf7ae8c53e032151018377f2aff742014c590085 100644 (file)
 #include "saxdb.h"
 #include "timeq.h"
 
-#ifdef HAVE_TGMATH_H
-#include <tgmath.h>
+#ifndef HAVE_MATH_H
+  #include <math.h>
+  #include <complex.h>
 #else
-#include <math.h>
-#include <complex.h>
+  #include <tgmath.h>
 #endif
 
 #include <ctype.h>