Added include <time.h>, necessary to define localtime when compiling using --optimize=4

This commit is contained in:
Zhao Huang 2011-12-21 18:12:43 +00:00
parent d39739b37f
commit f2d1a429f2

View File

@ -12,6 +12,8 @@
//
////////////////////////////////////////////////////////////////////
#include <time.h>
typedef struct {
D3DFORMAT d3d_format;
int bits_per_pixel;