]> git.sur5r.net Git - cc65/commitdiff
sim65: Blindly guessing to get Travis build to pass.
authorPatrick Pelletier <code@funwithsoftware.org>
Fri, 17 Aug 2018 19:09:20 +0000 (12:09 -0700)
committerOliver Schmidt <ol.sc@web.de>
Fri, 17 Aug 2018 21:28:45 +0000 (23:28 +0200)
src/sim65/paravirt.c

index dd8bc312799c28b465e1163d99b2f60168a9b7ea..dd65520a52460f1881b8eecc00e014941ddad07f 100644 (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