git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f135e42
)
winnt-xdr-mem-needs-limits-h-20030422
author
Rolf Sattler
<rolf@multi-os-net.de>
Tue, 22 Apr 2003 17:45:07 +0000 (17:45 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 22 Apr 2003 17:45:07 +0000 (17:45 +0000)
as received from scoot williams
src/rx/xdr_mem.c
patch
|
blob
|
history
diff --git
a/src/rx/xdr_mem.c
b/src/rx/xdr_mem.c
index
50593c7
..
21cead3
100644
(file)
--- a/
src/rx/xdr_mem.c
+++ b/
src/rx/xdr_mem.c
@@
-47,6
+47,8
@@
RCSID("$Header$");
#include "xdr.h"
#ifndef AFS_NT40_ENV
#include <netinet/in.h>
+#else
+#include <limits.h>
#endif
static bool_t xdrmem_getint32();