summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-02 13:39:16 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-02 13:39:16 +0000
commitb2afa7d5a17343dafbe6f80ad4425553843b0826 (patch)
tree72614f90cba8555a36b841a5e207f4076f49696a /sunrpc
parent49aba11af7f582002732fb5be8ff42d2a2e14381 (diff)
Include <sys/types.h> and <rpc/types.h>.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc/xdr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sunrpc/rpc/xdr.h b/sunrpc/rpc/xdr.h
index c387741cd9..c99962edad 100644
--- a/sunrpc/rpc/xdr.h
+++ b/sunrpc/rpc/xdr.h
@@ -39,6 +39,8 @@
#define __XDR_HEADER__
#include <features.h>
+#include <sys/types.h>
+#include <rpc/types.h>
/* We need FILE. */
#include <stdio.h>