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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user