commit | 87e344cd6bd848f886e226c8d58ffe4da77ce4bc | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Sep 01 00:00:51 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Wed Aug 31 14:37:55 2016 +0000 |
tree | 803ae347eb93e3a4560d4c4f0a571740be039fda | |
parent | 6221ce9483f9431061223f635a4dbd82e44dc75b [diff] |
console-server: include poll.h musl freaks out when including sys/poll.h, so include poll.h directly. arm-linux-musleabi/sysroot/usr/include/sys/poll.h:1:2: error: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror=cpp] #warning redirecting incorrect #include <sys/poll.h> to <poll.h> ^~~~~~~ Change-Id: Iad13ba2af242ab0708b327e68668a8739f555a1f Signed-off-by: Joel Stanley <joel@jms.id.au>