X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fagent.c;h=310a7e8e1f7513dba73bd9d8d6a07ed16998eead;hb=6712db617fe9155ea236f6840c2bd18dbec4c871;hp=7cbbbdee0dddfec3ef596b4d624031885fbf49b5;hpb=07f5023712313d73ab3feac62390a2d50457b7aa;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/agent.c b/src/bin/lttng-sessiond/agent.c index 7cbbbdee0..310a7e8e1 100644 --- a/src/bin/lttng-sessiond/agent.c +++ b/src/bin/lttng-sessiond/agent.c @@ -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)