summaryrefslogtreecommitdiff
path: root/libc/debian/patches/libc-math-include-ieeefp.patch
blob: 277e414914184acc6a29be209bfa86955ad91b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: libc/usr/src/head/math.h
===================================================================
--- libc.orig/usr/src/head/math.h
+++ libc/usr/src/head/math.h
@@ -31,6 +31,7 @@
 
 #include <iso/math_iso.h>
 #include <iso/math_c99.h>
+#include <ieeefp.h>
 
 #if __cplusplus >= 199711L
 using std::abs;