Fixed missing time include.

This commit is contained in:
Nathan Moinvaziri 2018-11-19 20:38:20 -08:00
parent 329ac651d8
commit c1e07aaeb0
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <windows.h>
#include <wincrypt.h>

View File

@ -15,6 +15,7 @@
#include <stdint.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "mz.h"
#include "mz_crypt.h"