From: Michael Jeanson Date: Wed, 15 Jun 2016 21:18:03 +0000 (-0400) Subject: Fix: error.h -> common/error.h X-Git-Tag: v2.9.0-rc1~112 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6712db617fe9155ea236f6840c2bd18dbec4c871 Fix: error.h -> common/error.h Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- 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)