summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:49:02 +0200
committerAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:49:02 +0200
commit2e4309c13977b313f87372f21344dea0892bf208 (patch)
tree6c81264bace53c05fcf83ff3248918edf6eb714e /include
parent592a05fdb51af3a09900dcaa69cbece2dc5ae145 (diff)
parentaa9b46c767a403372e98d86c19019f09ceb0a5e2 (diff)
downloadmariadb-git-2e4309c13977b313f87372f21344dea0892bf208.tar.gz
Automerge.
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 5250d24d0e1..ad86aeb749f 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -424,6 +424,9 @@ C_MODE_END
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
+#ifdef HAVE_FENV_H
+#include <fenv.h> /* For fesetround() */
+#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>