summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-10-19 18:58:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-10-19 18:58:47 +0000
commit4c6457b5f1c34869decdbd6fb28b2755d203f3d9 (patch)
treedff65d759b0d91932a25adebb99abe87a44b94fd
parent7458ebbfeabd0fc88f99200855485fe117765efe (diff)
downloadmandoc-4c6457b5f1c34869decdbd6fb28b2755d203f3d9.tar.gz
including <ohash.h> requires including <stdint.h> beforehand;
noticed by Svyatoslav Mishyn <juef at openmailbox dot org>
-rw-r--r--mandoc_ohash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc_ohash.c b/mandoc_ohash.c
index 7fd4b712..67127f3b 100644
--- a/mandoc_ohash.c
+++ b/mandoc_ohash.c
@@ -16,6 +16,7 @@
*/
#include <sys/types.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdlib.h>
#include "mandoc_aux.h"