From 14e4c4f434ccc5abd1d194d4416ab10381093ed2 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 29 Apr 2015 00:42:12 +0000 Subject: [PATCH] Add missing #include for SIZE_MAX --- usr.bin/make/buf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index d7ecf3bd09e..868653ac887 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.26 2015/04/25 15:33:47 espie Exp $ */ +/* $OpenBSD: buf.c,v 1.27 2015/04/29 00:42:12 millert Exp $ */ /* $NetBSD: buf.c,v 1.9 1996/12/31 17:53:21 christos Exp $ */ /* @@ -69,6 +69,7 @@ #include #include #include +#include #include #include #include -- 2.20.1