enhance(API): Add multi-threaded call
[ric-plt/lib/rmr.git] / src / rmr / nanomsg / src / rmr.c
index b57df3a..93e4f7a 100644 (file)
@@ -44,6 +44,7 @@
 #include <stdint.h>
 #include <time.h>
 #include <arpa/inet.h>
+#include <semaphore.h>
 
 #include <nanomsg/nn.h>
 #include <nanomsg/tcp.h>