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