summaryrefslogtreecommitdiff
path: root/include/math.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-02-15 21:47:55 -0500
committerRich Felker <dalias@aerifal.cx>2012-02-15 21:47:55 -0500
commit414a4cdebc45925b59225cca208fee9c658b273e (patch)
treeb5268828e90988e2f0a40082d26c15808744fa40 /include/math.h
parent88d84b7cc85841c575e54b635b125012c1d2e39d (diff)
downloadmusl-414a4cdebc45925b59225cca208fee9c658b273e.tar.gz
add float_t and double_t to math.h
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h
index 9c5f06e7..1a5f6fe9 100644
--- a/include/math.h
+++ b/include/math.h
@@ -5,6 +5,8 @@
extern "C" {
#endif
+#define __NEED_float_t
+#define __NEED_double_t
#define __NEED___uint16_t
#define __NEED___uint32_t
#define __NEED___uint64_t