diff options
| author | Simo Sorce <simo@redhat.com> | 2013-02-28 20:01:56 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2013-03-14 13:42:45 -0400 |
| commit | daafe38cf4461fe38e7e1a16284dcca8d145b2ec (patch) | |
| tree | 7520bb5c2525a70fa254a38fc9549eac26c90252 /proxy/src/client | |
| parent | 4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c (diff) | |
| download | gss-proxy-daafe38cf4461fe38e7e1a16284dcca8d145b2ec.tar.gz gss-proxy-daafe38cf4461fe38e7e1a16284dcca8d145b2ec.tar.xz gss-proxy-daafe38cf4461fe38e7e1a16284dcca8d145b2ec.zip | |
Fix includes
These includes are necessary when switching to gssrpc because they
are not automatically dragged in via dependencies in system rpc.h
Diffstat (limited to 'proxy/src/client')
| -rw-r--r-- | proxy/src/client/gpm_common.c | 1 | ||||
| -rw-r--r-- | proxy/src/client/gssapi_gpm.h | 1 |
2 files changed, 2 insertions, 0 deletions
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 <sys/types.h> +#include <sys/un.h> #include <unistd.h> #include <stdlib.h> #include <time.h> 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 <stdint.h> #include <stdbool.h> #include <errno.h> +#include <string.h> #include <gssapi/gssapi.h> #include <gssapi/gssapi_ext.h> #include "rpcgen/gp_rpc.h" |
