1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 21:38:32 +00:00

BUILDROMS: Add include to define unlink() on *nix systems.

This commit is contained in:
Mark Pizzolato
2022-10-27 08:32:40 -10:00
parent c94b00529d
commit 65c11e157d

View File

@@ -90,6 +90,7 @@ struct ROM_File_Descriptor {
#define snprintf _snprintf #define snprintf _snprintf
#else #else
#include <utime.h> #include <utime.h>
#include <unistd.h>
#endif #endif
int sim_read_ROM_include(const char *include_filename, int sim_read_ROM_include(const char *include_filename,