From 68217f371c6323af1f350de80a1a7499f74d9f0b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 25 Jun 2013 17:10:13 -0400 Subject: [PATCH] Fix: lttng-events VPATH build Signed-off-by: Mathieu Desnoyers --- liblttng-ust/lttng-events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/lttng-events.c b/liblttng-ust/lttng-events.c index a3127a47..34c708f6 100644 --- a/liblttng-ust/lttng-events.c +++ b/liblttng-ust/lttng-events.c @@ -45,7 +45,7 @@ #include #include -#include +#include #include #include "error.h" #include "compat.h" -- 2.34.1