From bc76bfde94583c3eaf95a4e2ba07944e5d189c2a Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 20 Feb 1998 04:54:00 +0000 Subject: Add #include to get prototypes. --- usr.bin/file/readelf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index 1967cef..350e602 100644 --- a/usr.bin/file/readelf.c +++ b/usr.bin/file/readelf.c @@ -1,13 +1,14 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: readelf.c,v 1.3 1998/01/28 07:36:25 charnier Exp $"; #endif /* not lint */ #ifdef BUILTIN_ELF #include #include #include +#include #include #include "readelf.h" -- cgit v1.1