From: tholo Date: Tue, 30 Jan 1996 06:00:35 +0000 (+0000) Subject: #include ; sys_nerr and sys_errlist moved. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2c223d08381c7dce05d6f86e03d28683573f8016;p=openbsd #include ; sys_nerr and sys_errlist moved. --- diff --git a/kerberosIV/com_err/error_message.c b/kerberosIV/com_err/error_message.c index 601a4e1dfcf..58c68258c3e 100644 --- a/kerberosIV/com_err/error_message.c +++ b/kerberosIV/com_err/error_message.c @@ -1,4 +1,4 @@ -/* $Id: error_message.c,v 1.1.1.1 1995/12/14 06:52:32 tholo Exp $ */ +/* $Id: error_message.c,v 1.2 1996/01/30 06:00:35 tholo Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -19,10 +19,11 @@ #include #include +#include #include "error_table.h" static const char rcsid[] = - "$Id: error_message.c,v 1.1.1.1 1995/12/14 06:52:32 tholo Exp $"; + "$Id: error_message.c,v 1.2 1996/01/30 06:00:35 tholo Exp $"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology";