summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:39:28 +0200
committerAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:39:28 +0200
commit318f23c712737586d55fce4dfa6042c9808e7cb3 (patch)
tree0f215c1126b7b124e9681e2a9e65f46774b4c3f6 /include/my_global.h
parent8ae816240359d89554ffb2f5197666c71e45f1ba (diff)
parent0f6e7f11761cb696103b01f452b5d5afe10bea97 (diff)
downloadmariadb-git-318f23c712737586d55fce4dfa6042c9808e7cb3.tar.gz
Automerge.
Diffstat (limited to 'include/my_global.h')
-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>