1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

sim65: Blindly guessing to get Travis build to pass.

This commit is contained in:
Patrick Pelletier 2018-08-17 12:09:20 -07:00 committed by Oliver Schmidt
parent a7d158e077
commit b30f790587

View File

@ -36,6 +36,8 @@
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#if defined(_WIN32)
# define O_INITIAL O_BINARY
#else