From 9277c064373074aebbf1b6617c006f5985ec7938 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 8 Oct 2011 05:16:04 -0400 Subject: Use private math_private.h in files in math/ --- math/s_csin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/s_csin.c') diff --git a/math/s_csin.c b/math/s_csin.c index eb380e2..0d4441c 100644 --- a/math/s_csin.c +++ b/math/s_csin.c @@ -22,7 +22,7 @@ #include #include -#include "math_private.h" +#include __complex__ double -- cgit v1.1