From: Markus Armbruster Date: Sat, 2 Sep 2017 12:45:53 +0000 (+0200) Subject: client: Add a missing #include X-Git-Tag: v4.4.0~13 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=3a13ba1f1f1c8059b9308cf66d1b60b2649edac4;ds=sidebyside client: Add a missing #include play.c needs since commit f1fc0df. My version of pulls it in, but at least Apple's (derived from NetBSD's) doesn't, and we get warnings then. Add the missing Signed-off-by: Markus Armbruster --- diff --git a/src/client/play.c b/src/client/play.c index a33541ab3..4f7757173 100644 --- a/src/client/play.c +++ b/src/client/play.c @@ -39,6 +39,7 @@ #include #include #include +#include #ifdef _WIN32 #include #include