Fix compile error on MinGW64, time.h is required for gmtime.

This commit is contained in:
Antony Riakiotakis
2013-11-20 23:47:05 +02:00
parent b0ea93aa9d
commit 7cdfe18385
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
#include <stddef.h>
#include <string.h>
#include <errno.h>
#include <time.h>
/* This little block needed for linking to Blender... */