diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:54:00 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 04:54:00 +0000 |
| commit | 2a0373c39a70a74742179cccff06ba1b17add9d2 (patch) | |
| tree | c327eac32b6a90b34a91c8d0a045e5051eba8f54 /usr.bin/file | |
| parent | b212561dcb0f795578299e3413067017ae83f616 (diff) | |
Notes
Diffstat (limited to 'usr.bin/file')
| -rw-r--r-- | usr.bin/file/readelf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/file/readelf.c b/usr.bin/file/readelf.c index 1967cefb836e..350e602cbf34 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 <ctype.h> #include <err.h> #include <errno.h> +#include <string.h> #include <unistd.h> #include "readelf.h" |
