summaryrefslogtreecommitdiffstats
path: root/man_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 /man_hash.c
parent3ddd392988887279ba08bafabe3ecf8801f573ea (diff)
downloadmandoc-b055de7f5dca0b71396d14adec76802e4d947648.tar.gz
add missing prototypes, no code change;
noticed by Christos Zoulas with -Wmissing-prototypes
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man_hash.c b/man_hash.c
index f31d56a3..1df838ea 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -24,8 +24,10 @@
#include <limits.h>
#include <string.h>
+#include "mandoc.h"
#include "roff.h"
#include "man.h"
+#include "libmandoc.h"
#include "libman.h"
#define HASH_DEPTH 6