summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint2/mem2.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-05 09:07:42 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-05 09:07:42 +0000
commit531cca26d19fb5a06d78794c417d295d2b50a300 (patch)
treebb20d566a9c220bc6346b42583c7cffd6263cf18 /usr.bin/xlint/lint2/mem2.c
parent57264641a657e5dd54eb5d9674fa4575921285b2 (diff)
downloadFreeBSD-src-531cca26d19fb5a06d78794c417d295d2b50a300.zip
FreeBSD-src-531cca26d19fb5a06d78794c417d295d2b50a300.tar.gz
Include <err.h> where needed. Add $FreeBSD$ where missing.
Diffstat (limited to 'usr.bin/xlint/lint2/mem2.c')
-rw-r--r--usr.bin/xlint/lint2/mem2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xlint/lint2/mem2.c b/usr.bin/xlint/lint2/mem2.c
index ebc4d13..48e759e 100644
--- a/usr.bin/xlint/lint2/mem2.c
+++ b/usr.bin/xlint/lint2/mem2.c
@@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/types.h>
#include <sys/mman.h>
+#include <err.h>
#include <unistd.h>
#include <string.h>
OpenPOWER on IntegriCloud