summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/compat/reallocarray.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2015-12-14 13:01:51 +0000
committerdes <des@FreeBSD.org>2015-12-14 13:01:51 +0000
commitf2bca8d61d19f407268d65dda80ea4219d5054ff (patch)
tree4de43274211aa2eb0ca2e1eece1f74fd00107989 /contrib/unbound/compat/reallocarray.c
parent9009bdb7488ec6161bf83b0db210812272037029 (diff)
parentd7ed4d0c7ef5726192bcecfcd622714a17bd37d1 (diff)
downloadFreeBSD-src-f2bca8d61d19f407268d65dda80ea4219d5054ff.zip
FreeBSD-src-f2bca8d61d19f407268d65dda80ea4219d5054ff.tar.gz
Upgrade to Unbound 1.5.7.
Diffstat (limited to 'contrib/unbound/compat/reallocarray.c')
-rw-r--r--contrib/unbound/compat/reallocarray.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/unbound/compat/reallocarray.c b/contrib/unbound/compat/reallocarray.c
index 04d5d71..c969bd0 100644
--- a/contrib/unbound/compat/reallocarray.c
+++ b/contrib/unbound/compat/reallocarray.c
@@ -18,7 +18,10 @@
#include "config.h"
#include <sys/types.h>
#include <errno.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
+#include <limits.h>
#include <stdlib.h>
/*
OpenPOWER on IntegriCloud