From 8d90c035468a2d29937fda65bb916d80be5ddbd2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 10 Apr 2015 18:34:46 -0400 Subject: [PATCH] Fix: add missing module.h include to lttng-probe-user.c Signed-off-by: Mathieu Desnoyers --- probes/lttng-probe-user.c | 1 + 1 file changed, 1 insertion(+) 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" /* -- 2.34.1