package/screen: fix build
commiteccb31b237e16f75b0b60b5bfa18501823d7b2c3
authorPhil Sutter <phil@nwl.cc>
Wed, 8 Mar 2017 04:33:19 +0000 (8 05:33 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 17 Mar 2017 03:00:52 +0000 (17 04:00 +0100)
treea79de6d0a526710888a37879a10f4e6b496b7ce6
parent0d4977ea5f774732a6fbb45395c28eb0242da937
package/screen: fix build

The problem is, sched.h is found in the local directory and therefore
falsely included from system headers. This probably has something to do
with openadk relying on builtin header inclusion in gcc instead of
specifying them explicitly.

Signed-off-by: Phil Sutter <phil@nwl.cc>
package/screen/Makefile
package/screen/patches/patch-screen_h [new file with mode: 0644]