diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-18 20:42:00 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-18 20:42:37 +0200 |
commit | 431ad5f6828bda7bc10ae03dc5354da6eea0e6f6 (patch) | |
tree | 3f77bd4abd887a955ee66e8db5a6426d937e99e8 /utils/sysstat/Makefile | |
parent | 4116e327afee80aaea33a16358f5f7c0da687bec (diff) |
sysstat: fix musl compatibility
Add missing `limits.h` and `sys/types.h` includes to the appropriate
source files.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'utils/sysstat/Makefile')
-rw-r--r-- | utils/sysstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index 0c463815d..3e9457b25 100644 --- a/utils/sysstat/Makefile +++ b/utils/sysstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysstat PKG_VERSION:=11.0.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> |