summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man_action.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/man_action.c b/man_action.c
index 95b13fdb..00a284d8 100644
--- a/man_action.c
+++ b/man_action.c
@@ -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 *);