summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--man_action.c3
-rw-r--r--man_validate.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/man_action.c b/man_action.c
index 474043bd..96cb2c55 100644
--- a/man_action.c
+++ b/man_action.c
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.41 2010/07/31 23:52:58 schwarze Exp $ */
+/* $Id: man_action.c,v 1.42 2010/10/11 15:45:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -21,6 +21,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "mandoc.h"
#include "libman.h"
diff --git a/man_validate.c b/man_validate.c
index e5b1d65e..af79b874 100644
--- a/man_validate.c
+++ b/man_validate.c
@@ -1,4 +1,4 @@
-/* $Id: man_validate.c,v 1.49 2010/08/20 01:02:07 schwarze Exp $ */
+/* $Id: man_validate.c,v 1.50 2010/10/11 15:45:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "mandoc.h"
#include "libman.h"