artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d3111
)
including <ohash.h> requires including <stdint.h> beforehand;
author
schwarze
<schwarze@openbsd.org>
Mon, 19 Oct 2015 18:58:20 +0000
(18:58 +0000)
committer
schwarze
<schwarze@openbsd.org>
Mon, 19 Oct 2015 18:58:20 +0000
(18:58 +0000)
noticed by Svyatoslav Mishyn <juef at openmailbox dot org>
usr.bin/mandoc/mandoc_ohash.c
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/mandoc_ohash.c
b/usr.bin/mandoc/mandoc_ohash.c
index
464652a
..
0e01e35
100644
(file)
--- a/
usr.bin/mandoc/mandoc_ohash.c
+++ b/
usr.bin/mandoc/mandoc_ohash.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mandoc_ohash.c,v 1.
1 2015/10/13 15:50:15
schwarze Exp $ */
+/* $OpenBSD: mandoc_ohash.c,v 1.
2 2015/10/19 18:58:20
schwarze Exp $ */
/*
* Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@
-16,6
+16,7
@@
*/
#include <sys/types.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdlib.h>
#include "mandoc_aux.h"