From 3a62fdc3c27f7f5e50ac48309a7e7ed92df8a8fd 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 ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/346a65c3787b414e0e4ad42057dcd54ed6565aba Author: martii Date: 2014-10-13 (Mon, 13 Oct 2014) --- 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