mirror of
https://github.com/open-simh/simh.git
synced 2026-04-28 12:57:40 +00:00
ibm1130: Fix build on FreeBSD as discussed in #499
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#include "ibm1130_defs.h"
|
#include "ibm1130_defs.h"
|
||||||
#include "ibm1130_fmt.h"
|
#include "ibm1130_fmt.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <io.h> /* Microsoft puts definition of mktemp into io.h rather than stdlib.h */
|
# include <io.h> /* Microsoft puts definition of mktemp into io.h rather than stdlib.h */
|
||||||
|
|||||||
Reference in New Issue
Block a user