#include <errno.h>; sys_nerr and sys_errlist moved.
authortholo <tholo@openbsd.org>
Tue, 30 Jan 1996 06:00:35 +0000 (06:00 +0000)
committertholo <tholo@openbsd.org>
Tue, 30 Jan 1996 06:00:35 +0000 (06:00 +0000)
kerberosIV/com_err/error_message.c

index 601a4e1..58c6825 100644 (file)
@@ -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
 
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 #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";