summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 06:00:36 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 06:00:36 +0000
commit0ca2b84fdcc06cac0ed48d8919a6b17d52d4394a (patch)
tree9408fb9298383522a2633d4cf170c8c6fafa3989
parent06f6f97e11d28cc329a533bdd37b51a9e7b4a255 (diff)
#include <errno.h>; sys_nerr and sys_errlist moved.
-rw-r--r--kerberosIV/com_err/error_message.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosIV/com_err/error_message.c b/kerberosIV/com_err/error_message.c
index 4936b02b049..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 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 <stdio.h>
#include <string.h>
+#include <errno.h>
#include "error_table.h"
static const char rcsid[] =
- "$Id: error_message.c,v 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";