From e7b6972097226a9eea20da0477d0147a9d5d5e3e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 11 Mar 1997 12:24:00 +0000 Subject: [PATCH] Compile under Lite2 (unistd.h has proto for getopt) --- sbin/modunload/modunload.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c index f7c7c583cfc..b6bbdf5c7e3 100644 --- a/sbin/modunload/modunload.c +++ b/sbin/modunload/modunload.c @@ -29,11 +29,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: modunload.c,v 1.4 1997/02/22 14:32:42 peter Exp $ */ #include #include +#include #include #include #include