artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da51b25
)
Add missing #include <stdint.h> for SIZE_MAX
author
millert
<millert@openbsd.org>
Wed, 29 Apr 2015 00:42:12 +0000
(
00:42
+0000)
committer
millert
<millert@openbsd.org>
Wed, 29 Apr 2015 00:42:12 +0000
(
00:42
+0000)
usr.bin/make/buf.c
patch
|
blob
|
history
diff --git
a/usr.bin/make/buf.c
b/usr.bin/make/buf.c
index
d7ecf3b
..
868653a
100644
(file)
--- a/
usr.bin/make/buf.c
+++ b/
usr.bin/make/buf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: buf.c,v 1.2
6 2015/04/25 15:33:47 espie Exp $
*/
+/* $OpenBSD: buf.c,v 1.2
7 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>