Add missing include for memset()
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 17 Sep 2015 14:49:53 +0000 (10:49 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Oct 2015 04:14:08 +0000 (00:14 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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 <stdint.h>
 #include <limits.h>
 #include <errno.h>
+#include <string.h>
 #include <lttng/health-internal.h>
 
 #include <bin/lttng-sessiond/health-sessiond.h>
 #include <lttng/health-internal.h>
 
 #include <bin/lttng-sessiond/health-sessiond.h>
This page took 0.024936 seconds and 4 git commands to generate.