From 754a7a97c87ff60c348aa8d28c18c5e0c138266d Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Wed, 9 Sep 1992 15:04:16 +0000 Subject: [PATCH] Include for time_t declaration. --- src/softmagic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/softmagic.c b/src/softmagic.c index c6856233..df0a963a 100644 --- a/src/softmagic.c +++ b/src/softmagic.c @@ -28,12 +28,13 @@ #include #include #include +#include #include "file.h" #ifndef lint static char *moduleid = - "@(#)$Id: softmagic.c,v 1.13 1992/09/08 16:16:29 ian Exp $"; + "@(#)$Id: softmagic.c,v 1.14 1992/09/09 15:04:16 ian Exp $"; #endif /* lint */ static int match __P((unsigned char *)); -- 2.40.0