1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

PDP10: Use system style of include

This commit is contained in:
Bill Heaton
2013-10-01 13:09:36 -07:00
parent 99b4730dc0
commit 839db8e1fd

View File

@@ -54,7 +54,7 @@
*/
#include "pdp10_defs.h"
#include "ctype.h"
#include <ctype.h>
/* Time (seconds) of idleness before data flushed to attached file. */
#ifndef LP20_IDLE_TIME