Add missing #include <stdint.h> for SIZE_MAX
authormillert <millert@openbsd.org>
Wed, 29 Apr 2015 00:42:12 +0000 (00:42 +0000)
committermillert <millert@openbsd.org>
Wed, 29 Apr 2015 00:42:12 +0000 (00:42 +0000)
usr.bin/make/buf.c

index d7ecf3b..868653a 100644 (file)
@@ -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 <ctype.h>
 #include <limits.h>
 #include <stddef.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>