diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:39:28 +0200 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:39:28 +0200 |
commit | aa9b46c767a403372e98d86c19019f09ceb0a5e2 (patch) | |
tree | 0f215c1126b7b124e9681e2a9e65f46774b4c3f6 /include/my_global.h | |
parent | 2247fb7cd1cb5bb33a0476cd4b9b1106ebbf70c9 (diff) | |
parent | d8130a35fb49b568802ac416475b2886b3d03c4d (diff) | |
download | mariadb-git-aa9b46c767a403372e98d86c19019f09ceb0a5e2.tar.gz |
Automerge.
Diffstat (limited to 'include/my_global.h')
-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> |