Added some missing zlib.h and stdint.h includes

This commit is contained in:
Mari the Deer 2018-03-13 00:01:19 +01:00 committed by Rachael Alexanderson
commit fb5eae8aaa
5 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <time.h>