]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index 107e63f35255ec04ec2bb52ff17fc6e7674e3548..5295950b09b613f63cc62b544c1d756068aed38f 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,6 +1,6 @@
-/*     $Id: lib.c,v 1.5 2009/10/26 17:05:44 kristaps Exp $ */
+/*     $Id: lib.c,v 1.13 2015/10/06 18:32:19 schwarze Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * 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 <time.h>
 
+#include "roff.h"
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \
@@ -29,5 +33,5 @@ mdoc_a2lib(const char *p)
 
 #include "lib.in"
 
-       return(NULL);
+       return NULL;
 }