]> granicus.if.org Git - file/commitdiff
make this compile again.
authorChristos Zoulas <christos@zoulas.com>
Thu, 27 Mar 2003 19:09:45 +0000 (19:09 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 27 Mar 2003 19:09:45 +0000 (19:09 +0000)
src/is_tar.c

index ba1967f0a3916626351668559b50bb353a06cd19..2d673368f8fb6651f53e40fd8260a7c359586128 100644 (file)
@@ -42,6 +42,7 @@
  * for file command by Ian Darwin.
  */
 
+#include "magic.h"
 #include "file.h"
 #include <string.h>
 #include <ctype.h>
@@ -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') )