=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/st.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/st.c 2014/03/21 22:17:01 1.7 --- src/usr.bin/mandoc/st.c 2014/11/28 19:25:03 1.8 *************** *** 1,4 **** ! /* $Id: st.c,v 1.7 2014/03/21 22:17:01 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: st.c,v 1.8 2014/11/28 19:25:03 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 14,19 **** --- 14,21 ---- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + #include + #include #include "mdoc.h"