From f99f144721e77667951d9954a2f121e8de60fcf2 Mon Sep 17 00:00:00 2001 From: martii Date: Mon, 13 Oct 2014 22:11:25 +0200 Subject: [PATCH] system/luaserver: include poll.h explicitly Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/346a65c3787b414e0e4ad42057dcd54ed6565aba Author: martii Date: 2014-10-13 (Mon, 13 Oct 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/luaserver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/luaserver.cpp b/src/system/luaserver.cpp index 45521f656..61ed02eb4 100644 --- a/src/system/luaserver.cpp +++ b/src/system/luaserver.cpp @@ -39,6 +39,7 @@ luaclient test a b c d #include #include +#include #include #include