mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Fix Linux compilation issues in settingsgen
This commit is contained in:
parent
ace441d5ea
commit
3a1f1e12bc
@ -16,6 +16,11 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#if !defined(_WIN32) || defined(__CYGWIN__)
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include "../safeguards.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user