From: Mathieu Desnoyers Date: Fri, 10 Apr 2015 22:34:46 +0000 (-0400) Subject: Fix: add missing module.h include to lttng-probe-user.c X-Git-Tag: v2.7.0-rc1~60 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8d90c035468a2d29937fda65bb916d80be5ddbd2;p=lttng-modules.git Fix: add missing module.h include to lttng-probe-user.c Signed-off-by: Mathieu Desnoyers --- diff --git a/probes/lttng-probe-user.c b/probes/lttng-probe-user.c index dc6cca1b..cdf7955b 100644 --- a/probes/lttng-probe-user.c +++ b/probes/lttng-probe-user.c @@ -19,6 +19,7 @@ */ #include +#include #include "lttng-probe-user.h" /*