X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/95356d6189f5e5d41011a7cb60176f147e1fff7d..0e818890715b02cfc9193a512e76aa36d7aa28db:/msec.c diff --git a/msec.c b/msec.c index ba5e8d78..f51360e5 100644 --- a/msec.c +++ b/msec.c @@ -1,4 +1,4 @@ -/* $Id: msec.c,v 1.8 2010/05/17 22:11:42 kristaps Exp $ */ +/* $Id: msec.c,v 1.9 2011/03/22 14:33:05 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -21,6 +21,7 @@ #include #include +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h"