artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1eb2e
)
Add missing #include <stdint.h> for SIZE_MAX
author
millert
<millert@openbsd.org>
Wed, 29 Apr 2015 00:13:26 +0000
(
00:13
+0000)
committer
millert
<millert@openbsd.org>
Wed, 29 Apr 2015 00:13:26 +0000
(
00:13
+0000)
usr.bin/m4/gnum4.c
patch
|
blob
|
history
diff --git
a/usr.bin/m4/gnum4.c
b/usr.bin/m4/gnum4.c
index
8bc007b
..
94d2349
100644
(file)
--- a/
usr.bin/m4/gnum4.c
+++ b/
usr.bin/m4/gnum4.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: gnum4.c,v 1.
49 2015/04/25 15:33:47 espie
Exp $ */
+/* $OpenBSD: gnum4.c,v 1.
50 2015/04/29 00:13:26 millert
Exp $ */
/*
* Copyright (c) 1999 Marc Espie
@@
-37,6
+37,7
@@
#include <regex.h>
#include <stddef.h>
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>