X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;fp=lttng-events.h;h=af5aa65be8fe0edcf0b519cca3466f9113583613;hb=3a523f5b6b4f8ca82412cb45f2d2ad9c44e7d249;hp=be3979adceea520f4bfa5e98a4f975dd3053a36e;hpb=1638c9b4fa42c188ffa962552146537f8fb3d26e;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index be3979ad..af5aa65b 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -23,6 +23,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include "wrapper/uuid.h" @@ -320,7 +321,7 @@ void lttng_event_put(const struct lttng_event_desc *desc); int lttng_probes_init(void); void lttng_probes_exit(void); -#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS +#if defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS) int lttng_syscalls_register(struct lttng_channel *chan, void *filter); int lttng_syscalls_unregister(struct lttng_channel *chan); #else