From: Garry Zacheiss Date: Thu, 1 Aug 2002 03:45:06 +0000 (+0000) Subject: Include errno.h so this compiles again. X-Git-Tag: openafs-devel_1_3_3~31 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=49e0c6409a92e707901139789ca79d11a8aa8a67;p=packages%2Fo%2Fopenafs.git Include errno.h so this compiles again. --- diff --git a/src/kauth/krb_udp.c b/src/kauth/krb_udp.c index 4154fe1fc..137cd7dd1 100644 --- a/src/kauth/krb_udp.c +++ b/src/kauth/krb_udp.c @@ -19,8 +19,10 @@ RCSID("$Header$"); #include #include +#include #ifdef AFS_NT40_ENV #include +#include #define snprintf _snprintf #else #include