1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

An include was missing.

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2004-02-10 13:11:55 +00:00
parent bccca8f7cb
commit 1ce9ae5429
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <my_sys.h>
#include <m_string.h>
#include <m_ctype.h>
#include <assert.h>
#ifdef HAVE_FCONVERT
#include <floatingpoint.h>
#endif