git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2d6ebd0
)
Include errno.h so this compiles again.
author
Garry Zacheiss
<zacheiss@mit.edu>
Thu, 1 Aug 2002 03:45:06 +0000 (
03:45
+0000)
committer
Garry Zacheiss
<zacheiss@mit.edu>
Thu, 1 Aug 2002 03:45:06 +0000 (
03:45
+0000)
src/kauth/krb_udp.c
patch
|
blob
|
history
diff --git
a/src/kauth/krb_udp.c
b/src/kauth/krb_udp.c
index
4154fe1
..
137cd7d
100644
(file)
--- a/
src/kauth/krb_udp.c
+++ b/
src/kauth/krb_udp.c
@@
-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>