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