summaryrefslogtreecommitdiff
path: root/usr.bin/strip
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-03 11:08:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-03 11:08:01 +0000
commitda9080922a1897fb9d67a61fcf17c17d4570cc89 (patch)
tree63fcedee3dc66d78b50d421def844ffe1c6ecf7b /usr.bin/strip
parent029d91e6df1a9b77269fd5c2d85ac9f5830fed00 (diff)
need param.h
Diffstat (limited to 'usr.bin/strip')
-rw-r--r--usr.bin/strip/strip.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c
index ad00cbbe3f2..21eba51746a 100644
--- a/usr.bin/strip/strip.c
+++ b/usr.bin/strip/strip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strip.c,v 1.3 1996/09/03 06:54:43 deraadt Exp $ */
+/* $OpenBSD: strip.c,v 1.4 1996/09/03 11:08:00 deraadt Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
@@ -41,9 +41,10 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/
-static char rcsid[] = "$OpenBSD: strip.c,v 1.3 1996/09/03 06:54:43 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: strip.c,v 1.4 1996/09/03 11:08:00 deraadt Exp $";
#endif /* not lint */
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>