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/client/gpm_common.c | 1 + proxy/src/client/gssapi_gpm.h | 1 + proxy/src/gp_conv.c | 1 + proxy/src/gp_creds.c | 1 + proxy/src/gp_export.c | 1 + proxy/src/gp_rpc_process.h | 1 + 6 files changed, 6 insertions(+) diff --git a/proxy/src/client/gpm_common.c b/proxy/src/client/gpm_common.c index 8bd04d1..3d062b2 100644 --- a/proxy/src/client/gpm_common.c +++ b/proxy/src/client/gpm_common.c @@ -25,6 +25,7 @@ #include "gssapi_gpm.h" #include +#include #include #include #include diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index c2d29fc..f82f37e 100644 --- a/proxy/src/client/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include "rpcgen/gp_rpc.h" diff --git a/proxy/src/gp_conv.c b/proxy/src/gp_conv.c index a4b8fa0..f402ba7 100644 --- a/proxy/src/gp_conv.c +++ b/proxy/src/gp_conv.c @@ -24,6 +24,7 @@ */ #include "config.h" +#include #include #include #include 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 diff --git a/proxy/src/gp_export.c b/proxy/src/gp_export.c index ed0a8ab..5cee23c 100644 --- a/proxy/src/gp_export.c +++ b/proxy/src/gp_export.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "gp_conv.h" #include "gp_export.h" #include "gp_debug.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