opnsense-ports/sysutils/lttng-tools/files/patch-src_common_kernel-consumer_kernel-consumer.h
Franco Fichtner bb3be6683a */*: sync with upstream
Taken from: FreeBSD
2017-02-12 10:06:19 +01:00

11 lines
340 B
C

--- src/common/kernel-consumer/kernel-consumer.h.orig 2016-11-29 22:48:37 UTC
+++ src/common/kernel-consumer/kernel-consumer.h
@@ -19,6 +19,8 @@
#ifndef _LTTNG_KCONSUMER_H
#define _LTTNG_KCONSUMER_H
+#include <errno.h>
+
#include <common/consumer/consumer.h>
int lttng_kconsumer_take_snapshot(struct lttng_consumer_stream *stream);