]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
Don't let .Ta creep into an already-closed list; same as for .It.
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index 7f8bb49197db5c7a302ece30f51d0cc4cd9d9126..172403ad18d5dacd215fa7a04521af77b125fe0b 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,6 +1,6 @@
-/*     $Id: st.c,v 1.3 2009/04/12 19:45:26 kristaps Exp $ */
+/*     $Id: st.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#include <stdlib.h>
+#include "config.h"
+
+#include <sys/types.h>
+
 #include <string.h>
 
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \