From: millert Date: Wed, 29 Apr 2015 00:42:12 +0000 (+0000) Subject: Add missing #include for SIZE_MAX X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=14e4c4f434ccc5abd1d194d4416ab10381093ed2;p=openbsd Add missing #include for SIZE_MAX --- 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