mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Needed headers for time and WIF*
This commit is contained in:
parent
b27655db70
commit
1b68b69ed8
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue