]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
Two minor tweaks regarding the fallback from -u/-d to default mode:
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index 107e63f35255ec04ec2bb52ff17fc6e7674e3548..8cc8a778a690403e0b09caae50b337b1204e1d35 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.10 2014/03/23 11:25:26 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>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <string.h>
-#include <time.h>
 
+#include "mdoc.h"
 #include "libmdoc.h"
 
 #define LINE(x, y) \