X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/29086c29fdd989b9c086bf25e0790ba21243c4ff..b2742286b1f8fde21eb7e583826a71e8839c3948:/mdoc_hash.c diff --git a/mdoc_hash.c b/mdoc_hash.c index 25cf603d..a1a03094 100644 --- a/mdoc_hash.c +++ b/mdoc_hash.c @@ -1,6 +1,6 @@ -/* $Id: mdoc_hash.c,v 1.14 2010/05/08 07:30:19 kristaps Exp $ */ +/* $Id: mdoc_hash.c,v 1.17 2011/03/22 14:33:05 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -27,6 +27,8 @@ #include #include +#include "mdoc.h" +#include "mandoc.h" #include "libmdoc.h" static u_char table[27 * 12];