From 04dcd12c91eba56dc931f0648c5ec9abd65f23f7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 9 Apr 2013 14:19:13 +0000 Subject: add portmap support to userland Signed-off-by: John Crispin SVN-Revision: 36284 --- package/network/config/swconfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/network/config/swconfig/Makefile') diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index 76817f0dbf..6d1c9db780 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -26,7 +26,8 @@ TARGET_CPPFLAGS := \ -D_GNU_SOURCE \ -I$(STAGING_DIR)/usr/include/libnl-tiny \ -I$(PKG_BUILD_DIR) \ - $(TARGET_CPPFLAGS) + $(TARGET_CPPFLAGS) \ + -I$(LINUX_DIR)/user_headers/include define Build/Prepare mkdir -p $(PKG_BUILD_DIR) -- cgit v1.2.3