Pull in time.h for localtime_r.

This commit is contained in:
Jonathan Perkin 2010-05-25 14:37:35 +01:00
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>