From 5be91118f623db41c74c5fdaebf12200a779e6e6 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Wed, 20 May 2015 12:48:48 +0000 Subject: Add missing math_private includes. --- math/s_cproj.c | 1 + math/s_cprojf.c | 1 + math/s_cprojl.c | 1 + 3 files changed, 3 insertions(+) (limited to 'math') diff --git a/math/s_cproj.c b/math/s_cproj.c index 80615a6..bf2cfc4 100644 --- a/math/s_cproj.c +++ b/math/s_cproj.c @@ -19,6 +19,7 @@ #include #include +#include __complex__ double diff --git a/math/s_cprojf.c b/math/s_cprojf.c index 39542b2..531d10e 100644 --- a/math/s_cprojf.c +++ b/math/s_cprojf.c @@ -19,6 +19,7 @@ #include #include +#include __complex__ float diff --git a/math/s_cprojl.c b/math/s_cprojl.c index dc5a038..32292a4 100644 --- a/math/s_cprojl.c +++ b/math/s_cprojl.c @@ -19,6 +19,7 @@ #include #include +#include __complex__ long double -- cgit v1.1