From b7716733f83f4187bf0e71c14715c0bb5813596e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 13:30:44 -0400 Subject: fix path to internal asserts --- src/math/atan2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math/atan2.c b/src/math/atan2.c index 3b88b617..f54c4cf7 100644 --- a/src/math/atan2.c +++ b/src/math/atan2.c @@ -2,7 +2,7 @@ #include #include "_tgmath.h" #include "errno.h" -#include "nonstd/assert.h" +#include "../_assert.h" #include "M_PI.c" #include "M_PI_2.c" -- cgit v1.2.1