summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-02-28 20:01:56 -0500
committerSimo Sorce <simo@redhat.com>2013-03-14 13:42:45 -0400
commitdaafe38cf4461fe38e7e1a16284dcca8d145b2ec (patch)
tree7520bb5c2525a70fa254a38fc9549eac26c90252 /proxy/src/gp_conv.c
parent4d53098bbd1df4bc7d6dc1924fd5096f5dba3b9c (diff)
downloadgss-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/gp_conv.c')
-rw-r--r--proxy/src/gp_conv.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <stdio.h>
#include <stdbool.h>
#include <errno.h>