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:
parent
c94b00529d
commit
65c11e157d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user