Fixed missing time.h include.

This commit is contained in:
Nathan Moinvaziri 2018-11-19 20:52:35 -08:00
parent 7de94cf921
commit 0ecfd22443

View File

@ -14,6 +14,7 @@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <time.h>
#include "mz.h"
#include "mz_os.h"