1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Pull in time.h for localtime_r.

This commit is contained in:
Jonathan Perkin
2010-05-25 14:37:35 +01:00
parent a44f5291fe
commit c99e628784

View File

@ -16,6 +16,7 @@
#include <sql_priv.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h> // localtime_r
#include <mysql_version.h>
#include <mysql/plugin.h>
#include <my_global.h>