Pull in time.h for localtime_r.

This commit is contained in:
Jonathan Perkin 2010-05-25 14:37:35 +01:00
parent 39d9765297
commit 6ed71b7d1e

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>