From: Christos Zoulas Date: Thu, 27 Mar 2003 19:09:45 +0000 (+0000) Subject: make this compile again. X-Git-Tag: FILE4_02~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58ef84e8d6e3d9f0682f363f48195d380746921e;p=file make this compile again. --- diff --git a/src/is_tar.c b/src/is_tar.c index ba1967f0..2d673368 100644 --- a/src/is_tar.c +++ b/src/is_tar.c @@ -42,6 +42,7 @@ * for file command by Ian Darwin. */ +#include "magic.h" #include "file.h" #include #include @@ -49,7 +50,7 @@ #include "tar.h" #ifndef lint -FILE_RCSID("@(#)$Id: is_tar.c,v 1.21 2003/03/27 18:34:21 christos Exp $") +FILE_RCSID("@(#)$Id: is_tar.c,v 1.22 2003/03/27 19:09:45 christos Exp $") #endif #define isodigit(c) ( ((c) >= '0') && ((c) <= '7') )