diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/testbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/testbuild.c b/cmake/testbuild.c index 67a6879..137af2f 100644 --- a/cmake/testbuild.c +++ b/cmake/testbuild.c @@ -5,7 +5,7 @@ #include <stdarg.h> #include <string.h> #include <errno.h> -#include <math.h> +#include <tgmath.h> #include <sys/time.h> #include <sys/resource.h> |