mirror of
https://github.com/simh/simh.git
synced 2026-02-24 08:03:13 +00:00
Fixed include file ordering to assure that sockets are defined for tmxr's use
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user