diff options
Diffstat (limited to 'proxy/tests')
-rw-r--r-- | proxy/tests/cli_srv_comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/tests/cli_srv_comm.c b/proxy/tests/cli_srv_comm.c index 2d7d3eb..a866e8a 100644 --- a/proxy/tests/cli_srv_comm.c +++ b/proxy/tests/cli_srv_comm.c @@ -40,7 +40,7 @@ #include "src/gp_rpc_process.h" #include "src/gp_conv.h" #include "src/gp_debug.h" -#include "src/mechglue/gssapi_gpm.h" +#include "src/client/gssapi_gpm.h" #include "popt.h" int gp_send_buffer(int fd, char *buf, uint32_t len) |