From 5a0e3e9c5cd9be135d87d3cd519f9b4d50a7a277 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Sun, 30 Mar 2014 22:29:11 +0200 Subject: [PATCH] Fix missing includes Last commit made defition of cpack() not available to files which do not include openlibm.h. --- src/s_conj.c | 1 + src/s_conjf.c | 1 + src/s_conjl.c | 1 + 3 files changed, 3 insertions(+) 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