]> git.cameronkatri.com Git - mandoc.git/blobdiff - lib.c
Patch on DragonFly BSD syntax (thanks Sascha Wildner).
[mandoc.git] / lib.c
diff --git a/lib.c b/lib.c
index f24f16cb4d61c7ea45d64d2c2d84961ff8c4549e..107e63f35255ec04ec2bb52ff17fc6e7674e3548 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.5 2009/10/26 17:05:44 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -16,6 +16,7 @@
  */
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 
 #include "libmdoc.h"