diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 13:30:44 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 13:30:44 -0400 |
commit | b7716733f83f4187bf0e71c14715c0bb5813596e (patch) | |
tree | a7a924027fdd86b084c908b92ae4f93228c65ba1 /src/math/atan2.c | |
parent | fb7ff6c8bfd3ce70986b602b087dd372c74915bd (diff) |
fix path to internal asserts
Diffstat (limited to 'src/math/atan2.c')
-rw-r--r-- | src/math/atan2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <math.h> #include "_tgmath.h" #include "errno.h" -#include "nonstd/assert.h" +#include "../_assert.h" #include "M_PI.c" #include "M_PI_2.c" |