*added include <time.h>.

This commit is contained in:
paladin-t 2015-12-07 12:46:45 +08:00
parent e25e8ecf94
commit f99fc30586

View File

@ -42,6 +42,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
#ifdef __cplusplus
extern "C" {