mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-02 08:30:25 +00:00
Fix missing include
This commit is contained in:
parent
510d7bfe95
commit
0d93279a10
@ -4,6 +4,10 @@
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
#include "svga.h"
|
||||
#include "window_manager.h"
|
||||
|
Loading…
Reference in New Issue
Block a user