diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:49:02 +0200 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:49:02 +0200 |
commit | cfa529fc3f8cac722545d37d67f7fa20888ee16b (patch) | |
tree | 6c81264bace53c05fcf83ff3248918edf6eb714e /include | |
parent | 19ee83f02e2948252be6fb3701c7d19393f121a5 (diff) | |
parent | 318f23c712737586d55fce4dfa6042c9808e7cb3 (diff) | |
download | mariadb-git-cfa529fc3f8cac722545d37d67f7fa20888ee16b.tar.gz |
Automerge.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 3 |
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> |