diff options
Diffstat (limited to 'penrose.c')
| -rw-r--r-- | penrose.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ #include <assert.h> #include <string.h> -#include <math.h> +#include <tgmath.h> #include <stdio.h> #include "puzzles.h" /* for malloc routines, and PI */ |