mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
BUILDROMS: Add include to define unlink() on *nix systems.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user