diff options
Diffstat (limited to 'usr.bin/mandoc/st.c')
-rw-r--r-- | usr.bin/mandoc/st.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/st.c b/usr.bin/mandoc/st.c index b316e377180..fc1c10f2331 100644 --- a/usr.bin/mandoc/st.c +++ b/usr.bin/mandoc/st.c @@ -1,4 +1,4 @@ -/* $Id: st.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */ +/* $Id: st.c,v 1.6 2011/04/24 16:22:02 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -18,6 +18,7 @@ #include <string.h> #include <time.h> +#include "mdoc.h" #include "mandoc.h" #include "libmdoc.h" |