Needed headers for time and WIF*

This commit is contained in:
David Carlier 2018-05-08 17:01:56 +01:00 committed by alexey.lysiuk
parent b27655db70
commit 1b68b69ed8
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
//
#include <sys/wait.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@ -28,6 +29,7 @@
#include <stdarg.h>
#include <fcntl.h>
#include <time.h>
#include <SDL.h>