X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/95356d6189f5e5d41011a7cb60176f147e1fff7d..9fe41268e363e1052d4d1a58f515b8cf8650ec55:/mdoc_hash.c diff --git a/mdoc_hash.c b/mdoc_hash.c index 85363302..a1a03094 100644 --- a/mdoc_hash.c +++ b/mdoc_hash.c @@ -1,6 +1,6 @@ -/* $Id: mdoc_hash.c,v 1.15 2010/05/17 22:11:42 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,7 @@ #include #include +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h"