diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-12-06 13:12:06 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-12-16 00:57:19 +0100 |
commit | 1e98d985bbefa522fca29d3e74cdc9fe513b66a5 (patch) | |
tree | ac16473b24d8ae5b5c9d4067a8bed784cbacbd6d /package/network/config/swconfig/Makefile | |
parent | d2b16a59d567135c683cd28906de6086e40ec880 (diff) | |
download | upstream-1e98d985bbefa522fca29d3e74cdc9fe513b66a5.tar.gz upstream-1e98d985bbefa522fca29d3e74cdc9fe513b66a5.tar.bz2 upstream-1e98d985bbefa522fca29d3e74cdc9fe513b66a5.zip |
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 <rosenp@gmail.com>
Diffstat (limited to 'package/network/config/swconfig/Makefile')
-rw-r--r-- | package/network/config/swconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |