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
commit2f10949350f94cf4bacade5b9217d72fb4756102 (patch)
tree2bf502ba0ed65f12404300bf403843f2a51f4561 /include
parentb75cf4b26668975e01f1870557ea0c46fce8568f (diff)
parent4a5393e4b1bb3f70d28b84ac252b39a7e1fbc591 (diff)
downloadmariadb-git-2f10949350f94cf4bacade5b9217d72fb4756102.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>