Fix: ust-cancelstate: include string.h for strerror
[lttng-ust.git] / liblttng-ust-comm / ust-cancelstate.c
index 298ffcbe50f0e52235b020b906200c22b990e4d8..0611ce256b9e2bf3f43d66551c9de275dd195637 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>
 #include <usterr-signal-safe.h>
This page took 0.023073 seconds and 4 git commands to generate.