]> 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:45:06 +0000 (03:45 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Thu, 1 Aug 2002 03:45:06 +0000 (03:45 +0000)
src/kauth/krb_udp.c

index 4154fe1fcb2919971f8e3093989c7d2bcab95456..137cd7dd188286c3c9d31b6f0a6cc34e8d0c32fb 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>