summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 04:54:00 +0000
committerjb <jb@FreeBSD.org>1998-02-20 04:54:00 +0000
commitbc76bfde94583c3eaf95a4e2ba07944e5d189c2a (patch)
tree1aecf318bef57e249ad94dcf75004006b01a7ee0 /usr.bin
parent01b0029e571f4b359c6cbc447bbe85e8d50ba33c (diff)
downloadFreeBSD-src-bc76bfde94583c3eaf95a4e2ba07944e5d189c2a.zip
FreeBSD-src-bc76bfde94583c3eaf95a4e2ba07944e5d189c2a.tar.gz
Add #include <string.h> to get prototypes.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/file/readelf.c3
1 files changed, 2 insertions, 1 deletions
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 <ctype.h>
#include <err.h>
#include <errno.h>
+#include <string.h>
#include <unistd.h>
#include "readelf.h"
OpenPOWER on IntegriCloud