namespace protection
This commit is contained in:
parent
2ddb0e42ba
commit
f1159e5250
|
@ -28,9 +28,10 @@
|
|||
#if 0
|
||||
__FBSDID("$FreeBSD: head/lib/msun/src/s_csqrtl.c 181402 2008-08-08 00:15:16Z das $");
|
||||
#else
|
||||
__RCSID("$NetBSD: csqrtl.c,v 1.1 2014/10/10 00:48:18 christos Exp $");
|
||||
__RCSID("$NetBSD: csqrtl.c,v 1.2 2014/10/11 00:43:51 christos Exp $");
|
||||
#endif
|
||||
|
||||
#include "../src/namespace.h"
|
||||
#include <complex.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue