crtmpsever: add missing unistd.h inclusion for sysconf()
We were failing the build w/ GCC 4.8 on the sysconf() prototype due to a missing include of unistd.h Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39922 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
Index: crtmpserver-r692/builders/make/compile.mk
|
||||
===================================================================
|
||||
--- crtmpserver-r692.orig/builders/make/compile.mk
|
||||
+++ crtmpserver-r692/builders/make/compile.mk
|
||||
--- a/builders/make/compile.mk
|
||||
+++ b/builders/make/compile.mk
|
||||
@@ -67,7 +67,7 @@ TINYXML_OBJS = $(TINYXML_SRCS:.cpp=.tiny
|
||||
|
||||
#common
|
||||
|
Reference in New Issue
Block a user