summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:48:05 +0200
committerAlexey Kopytov <Alexey.Kopytov@sun.com>2009-02-25 10:48:05 +0200
commit5cf0d591eb0733fc24aaeafbf0c1989b8d668fe7 (patch)
tree2bf502ba0ed65f12404300bf403843f2a51f4561 /include
parentda7aa6bc9f534cec856354df66fbfb637824ff38 (diff)
parentd8130a35fb49b568802ac416475b2886b3d03c4d (diff)
downloadmariadb-git-5cf0d591eb0733fc24aaeafbf0c1989b8d668fe7.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 3f872bfc855..f5a3016bb1e 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -324,6 +324,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>