From 9af21979c00652029e160295e988dea40758ece2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 24 Feb 2015 09:04:32 +1100 Subject: don't include stdint.h unless HAVE_STDINT_H set --- xmalloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmalloc.c') diff --git a/xmalloc.c b/xmalloc.c index fe266cc4..cd59dc2e 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -16,7 +16,9 @@ #include "includes.h" #include +#ifdef HAVE_STDINT_H #include +#endif #include #include #include -- cgit v1.2.1