]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_hash.c
Smarten BADCHAR check to allow ASCII_HYPH.
[mandoc.git] / man_hash.c
index b29e8cdf34db0027f586647d6fd2e8cda866ff3a..6602ca703d9cbe92c46f3aaca47f9f7db34f8b38 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_hash.c,v 1.20 2010/05/15 22:49:58 kristaps Exp $ */
+/*     $Id: man_hash.c,v 1.21 2010/05/17 22:11:42 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "mandoc.h"
 #include "libman.h"
 
 #define        HASH_DEPTH       6