From: Ian Darwin Date: Wed, 9 Sep 1992 15:04:16 +0000 (+0000) Subject: Include for time_t declaration. X-Git-Tag: FILE3_27~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=754a7a97c87ff60c348aa8d28c18c5e0c138266d;p=file Include for time_t declaration. --- 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 *));