Fix compile error on MinGW64, time.h is required for gmtime.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
/* This little block needed for linking to Blender... */
|
||||
|
||||
|
Reference in New Issue
Block a user