From: Mathieu Desnoyers Date: Tue, 25 Jun 2013 21:10:13 +0000 (-0400) Subject: Fix: lttng-events VPATH build X-Git-Tag: v2.2.0~2 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=68217f371c6323af1f350de80a1a7499f74d9f0b Fix: lttng-events VPATH build Signed-off-by: Mathieu Desnoyers --- 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"