Fix: ust-cancelstate: include string.h for strerror
[lttng-ust.git] / src / lib / lttng-ust-common / ust-cancelstate.c
index 2805758b1f54508ec37701ef382f674ec3cb6df9..7835803bdc3271acbf932880800fa2c7cb02f9f9 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <pthread.h>
 #include <errno.h>
-#include <error.h>
+#include <string.h>
 #include <urcu/tls-compat.h>
 #include <lttng/ust-cancelstate.h>
 
This page took 0.022892 seconds and 4 git commands to generate.