From: Jörg Krause Date: Thu, 30 Jul 2015 06:21:36 +0000 (+0200) Subject: Fix missing header include for waitpid X-Git-Tag: 2.2.5~2^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F106%2Fhead;p=thirdparty%2Fshairport-sync.git Fix missing header include for waitpid --- diff --git a/common.c b/common.c index 1957ffbf..e8a67497 100644 --- a/common.c +++ b/common.c @@ -33,6 +33,8 @@ #include #include #include +#include +#include #include #include "common.h"