From 58ef84e8d6e3d9f0682f363f48195d380746921e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 27 Mar 2003 19:09:45 +0000 Subject: [PATCH] make this compile again. --- src/is_tar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') ) -- 2.40.0