From 6abf6a014ca4bee2e03383a5fbacf23cbbc9b8ca Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 3 Feb 1998 03:53:39 +0000 Subject: -> to fix compiler warning --- usr.bin/msgc/msgmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/msgc/msgmain.c') diff --git a/usr.bin/msgc/msgmain.c b/usr.bin/msgc/msgmain.c index 1dce4b8f4ae..5055a22cedc 100644 --- a/usr.bin/msgc/msgmain.c +++ b/usr.bin/msgc/msgmain.c @@ -1,4 +1,4 @@ -/* $NetBSD: msgmain.c,v 1.2 1997/10/19 05:19:18 lukem Exp $ */ +/* $NetBSD: msgmain.c,v 1.3 1998/02/03 03:53:39 perry Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -39,7 +39,7 @@ /* main.c - main program */ #include -#include +#include #define MAIN #include "defs.h" -- cgit