From 2c223d08381c7dce05d6f86e03d28683573f8016 Mon Sep 17 00:00:00 2001 From: tholo Date: Tue, 30 Jan 1996 06:00:35 +0000 Subject: [PATCH] #include ; sys_nerr and sys_errlist moved. --- kerberosIV/com_err/error_message.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; -- 2.20.1