]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.c
Prevent negative arguments to the .ll request from causing integer
[mandoc.git] / st.c
diff --git a/st.c b/st.c
index 5c6798e585d09d941c06032d5eb0db3b317b1e4c..172403ad18d5dacd215fa7a04521af77b125fe0b 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,4 +1,4 @@
-/*     $Id: st.c,v 1.8 2010/06/19 20:46:28 kristaps Exp $ */
+/*     $Id: st.c,v 1.11 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
-#include <stdlib.h>
+#include <sys/types.h>
+
 #include <string.h>
-#include <time.h>
 
-#include "mandoc.h"
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \