diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:48:05 +0200 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2009-02-25 10:48:05 +0200 |
commit | 315748a41d5de1ee49e9a2dfaccd4f7dcbbfb8c4 (patch) | |
tree | 2bf502ba0ed65f12404300bf403843f2a51f4561 /include | |
parent | a6ac350b3aacb277a15b8c2b03da4af049556bec (diff) | |
parent | 0f6e7f11761cb696103b01f452b5d5afe10bea97 (diff) | |
download | mariadb-git-315748a41d5de1ee49e9a2dfaccd4f7dcbbfb8c4.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 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> |