nodogsplash: fix musl compatiblity
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 26 Jun 2015 15:31:45 +0000 (17:31 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 26 Jun 2015 15:35:39 +0000 (17:35 +0200)
commitd6715b0be254d05b30837176f22101e8fa7a04a7
tree77ecb79d4f9d04d2d773e2cfb5aad6c8436982f3
parentfdd1fbf6e1605e8d76603c79be7e1c3d9e9148a2
nodogsplash: fix musl compatiblity

 - Replace nonstandard `sys/unistd.h` includes with `unistd.h` ones
 - Add missing `fcntl.h` include to `libhttpd/protocol.c` in order to
   provide declarations for `open()`, `O_RDONLY` etc.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
nodogsplash/Makefile
nodogsplash/patches/100-musl-compat.patch [new file with mode: 0644]