From daafe38cf4461fe38e7e1a16284dcca8d145b2ec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 28 Feb 2013 20:01:56 -0500 Subject: Fix includes These includes are necessary when switching to gssrpc because they are not automatically dragged in via dependencies in system rpc.h --- proxy/src/gp_rpc_process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/src/gp_rpc_process.h') diff --git a/proxy/src/gp_rpc_process.h b/proxy/src/gp_rpc_process.h index ef76d25..a0e8102 100644 --- a/proxy/src/gp_rpc_process.h +++ b/proxy/src/gp_rpc_process.h @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "gp_common.h" #include "gp_conv.h" -- cgit