From: Garry Zacheiss Date: Thu, 1 Aug 2002 03:46:21 +0000 (+0000) Subject: Include errno.h so this compiles again. X-Git-Tag: openafs-stable-1_2_6~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=86d18e2b9b79febd85cb5cd0c1388d48c5f70e09;p=packages%2Fo%2Fopenafs.git Include errno.h so this compiles again. (cherry picked from commit 49e0c6409a92e707901139789ca79d11a8aa8a67) --- diff --git a/src/kauth/krb_udp.c b/src/kauth/krb_udp.c index 2a432c706..7fadc62de 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