Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / src / bin / lttng-sessiond / agent.c
index 7cbbbdee0dddfec3ef596b4d624031885fbf49b5..310a7e8e1f7513dba73bd9d8d6a07ed16998eead 100644 (file)
@@ -29,7 +29,7 @@
 #include "agent.h"
 #include "ust-app.h"
 #include "utils.h"
-#include "error.h"
+#include "common/error.h"
 
 #define AGENT_RET_CODE_INDEX(code) (code - AGENT_RET_CODE_SUCCESS)
 
This page took 0.02551 seconds and 5 git commands to generate.