aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_hash.c b/man_hash.c
index 6524f36e..c52640e8 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -1,4 +1,4 @@
-/* $Id: man_hash.c,v 1.23 2010/07/31 23:52:58 schwarze Exp $ */
+/* $Id: man_hash.c,v 1.24 2011/03/22 14:33:05 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
+#include "man.h"
#include "mandoc.h"
#include "libman.h"