From 1e98d985bbefa522fca29d3e74cdc9fe513b66a5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 6 Dec 2018 13:12:06 -0800 Subject: swconfig: Add missing include Fixes these warnings: swlib.c:455:18: warning: implicit declaration of function 'isspace' swlib.c:461:9: warning: implicit declaration of function 'isdigit' Signed-off-by: Rosen Penev --- package/network/config/swconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/swconfig/Makefile') diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index e457ce4882..8b1d6cd64a 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-2.0 -- cgit v1.2.3