diff --git a/src/s_conj.c b/src/s_conj.c index b7a63d1..4dbf1bc 100644 --- a/src/s_conj.c +++ b/src/s_conj.c @@ -28,6 +28,7 @@ #include +#include "openlibm.h" #include "math_private.h" DLLEXPORT double complex diff --git a/src/s_conjf.c b/src/s_conjf.c index 02793c4..9b1a37a 100644 --- a/src/s_conjf.c +++ b/src/s_conjf.c @@ -28,6 +28,7 @@ #include +#include "openlibm.h" #include "math_private.h" DLLEXPORT float complex diff --git a/src/s_conjl.c b/src/s_conjl.c index 774b8f6..477ccc1 100644 --- a/src/s_conjl.c +++ b/src/s_conjl.c @@ -28,6 +28,7 @@ #include +#include "openlibm.h" #include "math_private.h" DLLEXPORT long double complex