cli/babeltrace-log.c: include <string.h> for strdup()
[babeltrace.git] / cli / babeltrace-log.c
index c19f326b59233dd88cb7e926d71cecd300570a5b..2ff48ca69e03ce40b409a8b366e335066df05672 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdbool.h>
+#include <string.h>
 #include <assert.h>
 #include <babeltrace/babeltrace.h>
 #include <popt.h>
This page took 0.023814 seconds and 4 git commands to generate.