summaryrefslogtreecommitdiffstats
path: root/mdoc_hash.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-15 18:03:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-15 18:03:45 +0000
commitb055de7f5dca0b71396d14adec76802e4d947648 (patch)
tree381cefa72dd47f7f8c070c602026d8d5cf68734a /mdoc_hash.c
parent3ddd392988887279ba08bafabe3ecf8801f573ea (diff)
downloadmandoc-b055de7f5dca0b71396d14adec76802e4d947648.tar.gz
add missing prototypes, no code change;
noticed by Christos Zoulas with -Wmissing-prototypes
Diffstat (limited to 'mdoc_hash.c')
-rw-r--r--mdoc_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_hash.c b/mdoc_hash.c
index 2204ac5a..d6453911 100644
--- a/mdoc_hash.c
+++ b/mdoc_hash.c
@@ -26,8 +26,10 @@
#include <stdio.h>
#include <string.h>
+#include "mandoc.h"
#include "roff.h"
#include "mdoc.h"
+#include "libmandoc.h"
#include "libmdoc.h"
static unsigned char table[27 * 12];