aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index 3fc9d5a..485529a 100644
--- a/singles.c
+++ b/singles.c
@@ -58,7 +58,11 @@
#include <string.h>
#include <assert.h>
#include <ctype.h>
-#include <tgmath.h>
+#ifdef NO_TGMATH_H
+# include <math.h>
+#else
+# include <tgmath.h>
+#endif
#include "puzzles.h"
#include "latin.h"