1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +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
#else
#include <utime.h>
#include <unistd.h>
#endif
int sim_read_ROM_include(const char *include_filename,