]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <sys/types.h> and <rpc/types.h>.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:39:16 +0000 (13:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:39:16 +0000 (13:39 +0000)
sunrpc/rpc/xdr.h

index c387741cd9cd7aca994cb9e968a5bf34e2e13aa2..c99962edad8aa0fc74cb1e5a24d2527793a0a3b8 100644 (file)
@@ -39,6 +39,8 @@
 
 #define __XDR_HEADER__
 #include <features.h>
+#include <sys/types.h>
+#include <rpc/types.h>
 
 /* We need FILE.  */
 #include <stdio.h>