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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user