fix inadvertent introduction of extern object stx
[musl] / src / complex / carg.c
index d2d1b46..dfe9b97 100644 (file)
@@ -1,4 +1,4 @@
-#include "libm.h"
+#include "complex_impl.h"
 
 double carg(double complex z)
 {