]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Include errno.h so this compiles again.
authorGarry Zacheiss <zacheiss@mit.edu>
Thu, 1 Aug 2002 03:46:21 +0000 (03:46 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Thu, 1 Aug 2002 03:46:21 +0000 (03:46 +0000)
(cherry picked from commit 49e0c6409a92e707901139789ca79d11a8aa8a67)

src/kauth/krb_udp.c

index 2a432c70685fe0f25a9771357ca059d47c74e7c9..7fadc62de9d2c5a3dbf47246aebb4e3b4f4d4bca 100644 (file)
@@ -19,8 +19,10 @@ RCSID("$Header$");
 
 #include <afs/stds.h>
 #include <sys/types.h>
+#include <errno.h>
 #ifdef AFS_NT40_ENV
 #include <winsock2.h>
+#include <afs/errmap_nt.h>
 #define snprintf _snprintf
 #else
 #include <sys/socket.h>