From 6580220e374b9e93032b5d09b865fccea2bbe617 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 14 Nov 2007 21:59:59 +0000 Subject: [PATCH] Introduce new header epicsEndian.h which allows C code to find out the platform's byte order (osiWireFormat.h is C++ only). --- src/libCom/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 207085cb3..511f3fdf4 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -181,6 +181,7 @@ INC += osiUnistd.h INC += osiWireFormat.h INC += osdWireFormat.h INC += osdWireConfig.h +INC += epicsEndian.h INC += epicsReadline.h INC += epicsMessageQueue.h INC += epicsStdio.h