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_creds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/src/gp_creds.c') diff --git a/proxy/src/gp_creds.c b/proxy/src/gp_creds.c index f205a68..6ac5776 100644 --- a/proxy/src/gp_creds.c +++ b/proxy/src/gp_creds.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include -- cgit