summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--man_action.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/man_action.c b/man_action.c
index cb82b6f1..fb29115a 100644
--- a/man_action.c
+++ b/man_action.c
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.2 2009/03/25 16:07:36 kristaps Exp $ */
+/* $Id: man_action.c,v 1.3 2009/03/25 16:08:30 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -27,6 +27,9 @@
#include "libman.h"
+#ifdef __linux__
+extern char *strptime(const char *, const char *, struct tm *);
+#endif
struct actions {
int (*post)(struct man *);