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 1cbfb1b7..d24d9ecf 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -1,4 +1,4 @@
-/* $Id: man_hash.c,v 1.29 2014/12/01 08:05:52 schwarze Exp $ */
+/* $Id: man_hash.c,v 1.30 2015/04/02 21:36:49 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -23,6 +23,7 @@
#include <limits.h>
#include <string.h>
+#include "roff.h"
#include "man.h"
#include "libman.h"