]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
End-of-sentence spacing for -man -Tascii.
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index f24f16cb4d61c7ea45d64d2c2d84961ff8c4549e..31aa06fdfb8124676dd7b20b5c9d15952b0377b7 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,4 +1,4 @@
-/*     $Id: lib.c,v 1.4 2009/06/10 20:18:43 kristaps Exp $ */
+/*     $Id: lib.c,v 1.6 2010/01/01 17:14:27 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
  * 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 <string.h>
+#include <time.h>
 
 #include "libmdoc.h"