summaryrefslogtreecommitdiffstatshomepage
path: root/man_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c3
1 files changed, 2 insertions, 1 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"