summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/glibc/fb21f89.patch
blob: 14f05fdb3fbe9177a03f756123e8535ddef24add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/sunrpc/rpc_clntout.c b/sunrpc/rpc_clntout.c
index ec040c775e2..ce4d2a4c953 100644
--- a/sunrpc/rpc_clntout.c
+++ b/sunrpc/rpc_clntout.c
@@ -31,7 +31,7 @@
  */
 #include <stdio.h>
 #include <string.h>
-#include <rpc/types.h>
+#include "rpc/types.h"
 #include "rpc_parse.h"
 #include "rpc_util.h"
 #include "proto.h"