Attempt to fix OSX build

This commit is contained in:
Jean-André Santoni
2020-09-13 15:57:24 +07:00
parent ac0bc2e690
commit 181657a6ec
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@
#include <string.h>
#include "atari.h"
#include "crc32.h"
#include "binload.h" /* BINLOAD_loading_basic */
#include "cartridge.h"
#include "memory.h"
+3
View File
@@ -12,6 +12,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
/* String functions ------------------------------------------------------ */