void-packages/srcpkgs/lttng-tools/patches/musl.patch
maxice8 98c9d7849c lttng-tools: update to 2.10.2.
Closes: #11425 [via git-merge-pr]
2018-03-06 22:22:26 -08:00

10 lines
256 B
Diff

--- src/common/pipe.h 2017-08-03 21:42:22.098586810 +0200
+++ src/common/pipe.h 2017-12-16 20:27:26.546173345 +0100
@@ -18,6 +18,7 @@
#ifndef LTTNG_PIPE_H
#define LTTNG_PIPE_H
+#include <sys/types.h>
#include <pthread.h>
#include <common/macros.h>