mirror of
https://github.com/open-simh/simh.git
synced 2026-01-15 16:07:47 +00:00
Fixed include file ordering to assure that sockets are defined for tmxr's use
This commit is contained in:
parent
c77bdb20f1
commit
da820d73ac
@ -47,7 +47,8 @@
|
||||
#ifndef _SIM_TMXR_H_
|
||||
#define _SIM_TMXR_H_ 0
|
||||
|
||||
#include "sim_serial.h"
|
||||
#include "sim_sock.h" /* We need sockets */
|
||||
#include "sim_serial.h" /* We need serial I/O (SERHANDLE) */
|
||||
|
||||
#define TMXR_V_VALID 15
|
||||
#define TMXR_VALID (1 << TMXR_V_VALID)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user