diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index f3bfd36..287667b 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -23,3 +23,5 @@ # You must rebuild in the iocBoot directory for this to # take effect. #IOCS_APPL_TOP = + +USR_LDFLAGS += -lpthread diff --git a/testApp/remote/testRemoteClientImpl.cpp b/testApp/remote/testRemoteClientImpl.cpp index 11893a8..846d7c7 100644 --- a/testApp/remote/testRemoteClientImpl.cpp +++ b/testApp/remote/testRemoteClientImpl.cpp @@ -8,6 +8,7 @@ #include #include #include +#include #include #include