aboutsummaryrefslogtreecommitdiff
path: root/net/ntripclient/patches
Commit message (Collapse)AuthorAge
* ntripclient: fix musl comaptibilityJo-Philipp Wich2015-06-26
Add missing `sys/select.h` include to `ntripclient.c` to provide declarations for `struct timeval` and `fd_set` under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>