Fix: missing include strings.h for bcopy on Solaris 10/11
[lttng-tools.git] / src / bin / lttng-relayd / main.c
index 453bf6d20fa5625f04d76a3da2eacd87702c62db..431a0d67a056a227c6b58afac9da052a779ac46d 100644 (file)
@@ -40,6 +40,7 @@
 #include <urcu/rculist.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <strings.h>
 
 #include <lttng/lttng.h>
 #include <common/common.h>
This page took 0.041468 seconds and 5 git commands to generate.