summaryrefslogtreecommitdiffstats
path: root/proxy/tests
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-29 14:37:19 -0500
committerSimo Sorce <simo@redhat.com>2012-01-29 18:01:27 -0500
commit858ffae8c72d9cb617534728e0d3ce4cacb4535c (patch)
treea68f58e1415789b19d34438266542d9287cba1b1 /proxy/tests
parent41b087961ebe72c64255ceeddc82759773a827c0 (diff)
downloadgss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.tar.gz
gss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.tar.xz
gss-proxy-858ffae8c72d9cb617534728e0d3ce4cacb4535c.zip
Split gp_utils.h into proxy headers and commonly useful headers
Diffstat (limited to 'proxy/tests')
-rw-r--r--proxy/tests/accept_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/tests/accept_context.c b/proxy/tests/accept_context.c
index e493272..73d6033 100644
--- a/proxy/tests/accept_context.c
+++ b/proxy/tests/accept_context.c
@@ -35,7 +35,7 @@
#include <netinet/in.h>
#include <pthread.h>
#include <gssapi/gssapi.h>
-#include "src/gp_utils.h"
+#include "src/gp_proxy.h"
#include "src/gp_rpc_process.h"
#include "src/gp_conv.h"
#include "popt.h"