mirror of
https://github.com/simh/simh.git
synced 2026-02-11 10:36:08 +00:00
Fix build warning on OS/X
PDP11/pdp11_io_lib.c: In function 'show_iospace': PDP11/pdp11_io_lib.c:363: warning: too few arguments for format PDP10/pdp10_lp20.c: In function 'lp20_set_vfu_type': PDP10/pdp10_lp20.c:1038: warning: implicit declaration of function 'toupper' PDP10/pdp10_lp20.c:1121: warning: implicit declaration of function 'isspace'
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
*/
|
||||
|
||||
#include "pdp10_defs.h"
|
||||
#include "ctype.h"
|
||||
|
||||
/* Time (seconds) of idleness before data flushed to attached file. */
|
||||
#ifndef LP20_IDLE_TIME
|
||||
|
||||
Reference in New Issue
Block a user