From: Eric Allman Date: Wed, 25 Aug 1993 05:20:09 +0000 (-0800) Subject: portability fix X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1875 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/0831ce43cc744bc1ac12bb340eb2c447a03276ae?ds=inline portability fix SCCS-vsn: usr.sbin/sendmail/makemap/makemap.c 8.4 --- diff --git a/usr/src/usr.sbin/sendmail/makemap/makemap.c b/usr/src/usr.sbin/sendmail/makemap/makemap.c index 504f6431fa..efb43a37ed 100644 --- a/usr/src/usr.sbin/sendmail/makemap/makemap.c +++ b/usr/src/usr.sbin/sendmail/makemap/makemap.c @@ -7,11 +7,12 @@ */ #ifndef lint -static char sccsid[] = "@(#)makemap.c 8.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)makemap.c 8.4 (Berkeley) %G%"; #endif /* not lint */ #include #include +#include #include #include #include