diff options
Diffstat (limited to 'src/complex/clogf.c')
-rw-r--r-- | src/complex/clogf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/clogf.c b/src/complex/clogf.c index e9b32e60..0389d472 100644 --- a/src/complex/clogf.c +++ b/src/complex/clogf.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" // FIXME |