X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=inline;f=src%2Fbin%2Flttng-sessiond%2Fagent.c;h=310a7e8e1f7513dba73bd9d8d6a07ed16998eead;hb=0382d008f45020f46b75e88327b8b7a745fd0e60;hp=7cbbbdee0dddfec3ef596b4d624031885fbf49b5;hpb=ef53083def8b65701eaebdfd417c9d9e682b07ce;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)