mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
Attempt to fix OSX build
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
/* String functions ------------------------------------------------------ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user