1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Untangle circular include references between tmxr serial and sock include files.

This commit is contained in:
Mark Pizzolato
2013-01-21 11:29:27 -08:00
parent 4a5b7a78c5
commit d46ebc7d49
9 changed files with 190 additions and 52 deletions

View File

@@ -119,6 +119,7 @@
#include "sim_defs.h"
#include "sim_tmxr.h"
#include "sim_serial.h"
#include "sim_timer.h"
#include <ctype.h>