Add missing include for memset()
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl-health.c
index 83f092593e84f816d87821217b2aeec8d2712876..01d430d0d4c49fc390b4c6ffa77ddb92ea2ed575 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdint.h>
 #include <limits.h>
 #include <errno.h>
+#include <string.h>
 #include <lttng/health-internal.h>
 
 #include <bin/lttng-sessiond/health-sessiond.h>
This page took 0.024394 seconds and 5 git commands to generate.