TPROCTE_HOME Being Used In Place Of TPRO_HOME #778

I put the include for tsync.h in the wrong place.
This commit is contained in:
Alex Lin 2019-06-12 07:17:39 -05:00
parent a420418443
commit 04b2185c2e
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ PROGRAMMERS:
#ifdef _TPRO_CTE
extern "C" {
#include "tpro.h"
#include "tsync.h"
}
#endif

View File

@ -7,7 +7,6 @@ PROGRAMMERS:
#include <stdio.h>
#include "tsync.h"
#include "trick/TPROCTEClock.hh"
#include "trick/message_proto.h"
#include "trick/message_type.h"