1
0
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:
Mark Pizzolato
2012-04-25 20:03:02 -07:00
parent c77bdb20f1
commit da820d73ac

View File

@@ -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)