aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vol.c
diff options
context:
space:
mode:
Diffstat (limited to 'vol.c')
-rw-r--r--vol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vol.c b/vol.c
index 40e34f2f..9c5eb316 100644
--- a/vol.c
+++ b/vol.c
@@ -1,4 +1,4 @@
-/* $Id: vol.c,v 1.4 2009/06/10 20:18:44 kristaps Exp $ */
+/* $Id: vol.c,v 1.5 2009/10/26 17:05:45 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"