mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 23:56:22 +00:00
PDP11: Avoid reference to display.h when building without display support
This commit is contained in:
parent
dbc596ff22
commit
b759d73fe5
@ -63,7 +63,9 @@
|
||||
|
||||
#include "pdp11_defs.h"
|
||||
#include "sim_tmxr.h"
|
||||
#if defined(USE_DISPLAY)
|
||||
#include "display/display.h"
|
||||
#endif
|
||||
|
||||
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
||||
#define TTICSR_RW (CSR_IE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user