summaryrefslogtreecommitdiff
path: root/package/screen/patches/patch-screen_h
AgeCommit message (Collapse)Author
2024-12-15screen: update to 5.0.0Waldemar Brodkorb
2017-03-17package/screen: fix buildPhil Sutter
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>