# Description: Add missing preprocessor directive, resolving implicit
#     function declaration.
# Author: Daniel T Chen <seven.steps@gmail.com>
# Bug-Debian: http://bugs.debian.org/734510
# Last-Update: 2014-07-04
Index: shush/src/check.c
===================================================================
--- shush.orig/src/check.c
+++ shush/src/check.c
@@ -9,6 +9,7 @@
 
 #include <ctype.h>
 #include <fcntl.h>
+#include <time.h>
 #if defined(HAVE_PATHS_H)
 # include <paths.h>
 #else
