aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-10-26 15:10:47 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-10-26 15:10:47 +0200
commita971ae8b5e5619e26d09583a9f6baef4ed7c7d3d (patch)
tree7b352a8959b47257634f48c77f0895d465ea46df
parentca60e76c9afecbbe1e91f28d9ace108d87a2aa93 (diff)
downloadhostproc-a971ae8b5e5619e26d09583a9f6baef4ed7c7d3d.tar.gz
hostproc-a971ae8b5e5619e26d09583a9f6baef4ed7c7d3d.tar.bz2
Minor change
-rw-r--r--Makefile2
-rw-r--r--config.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc4a126..fc2ea8f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
# with hostproc. If not, see <http://www.gnu.org/licenses/>. */
PACKAGE = hostproc
-VERSION = 0.2
+VERSION = 0.2.90
ifneq (,$(wildcard config.mk))
include config.mk
diff --git a/config.c b/config.c
index 405bf9d..cc0159a 100644
--- a/config.c
+++ b/config.c
@@ -18,6 +18,7 @@
#include <stddef.h>
#include <errno.h>
#include <setjmp.h>
+#include <limits.h>
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>

Return to:

Send suggestions and report system problems to the System administrator.