From 09f178a37124b583aab8c88f30d13f8e6d1c2fef Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 15 Oct 1999 13:15:45 +0000 Subject: Include errno.h and com_err.h; don't declare things that belong to them. --- zwgc/error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zwgc') diff --git a/zwgc/error.h b/zwgc/error.h index cf987b8..a09fa70 100644 --- a/zwgc/error.h +++ b/zwgc/error.h @@ -18,10 +18,10 @@ #define error_MODULE #include +#include +#include -extern int errno; extern int error_code; -extern void com_err(); #define FATAL_TRAP(function_call, message) \ { error_code = (function_call);\ -- cgit v1.2.3