Fixed include file ordering to assure that sockets are defined for tmxr's use
This commit is contained in:
parent
c77bdb20f1
commit
da820d73ac
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue