Use <osiSock.h> rather than <osdSock.h>

Fix compile issue building PCAS module, which just includes
<caProto.h> resulting in LIBCOM_API being undefined
This commit is contained in:
Freddie Akeroyd
2021-06-25 11:27:20 +01:00
parent 1cacd058cd
commit 4dad8ca503

View File

@@ -18,7 +18,7 @@
#define INC_caProto_H
// Pick up definition of IPPORT_USERRESERVED
#include <osdSock.h>
#include <osiSock.h>
#define capStrOf(A) #A
#define capStrOfX(A) capStrOf ( A )