From 6a56c19ad54b79344826312247f1a5b28fe169ee Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Thu, 22 Feb 2018 22:03:37 +0100 Subject: [PATCH] [pipe] Add forgotten include of pthread --- src/inputs/pipe.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/inputs/pipe.c b/src/inputs/pipe.c index f815e035..1d3da628 100644 --- a/src/inputs/pipe.c +++ b/src/inputs/pipe.c @@ -39,6 +39,10 @@ #include #include #include +#include +#ifdef HAVE_PTHREAD_NP_H +# include +#endif #include #include #include