diff options
author | Simo Sorce <simo@redhat.com> | 2012-08-08 10:57:53 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-10-25 15:53:30 -0400 |
commit | d9e74f25520066db630bead29a0daa266acac2bf (patch) | |
tree | 855a4ba2481ab0d78b1e13732d63b443c644d7f6 /proxy/src | |
parent | 76f4973f03e9149ee8040fa9a628e8470c23e5df (diff) | |
download | gss-proxy-d9e74f25520066db630bead29a0daa266acac2bf.tar.gz gss-proxy-d9e74f25520066db630bead29a0daa266acac2bf.tar.xz gss-proxy-d9e74f25520066db630bead29a0daa266acac2bf.zip |
New test program to exercise the mechglue plugin
Diffstat (limited to 'proxy/src')
-rw-r--r-- | proxy/src/gp_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_debug.h b/proxy/src/gp_debug.h index 3bcc3bd..5affaf7 100644 --- a/proxy/src/gp_debug.h +++ b/proxy/src/gp_debug.h @@ -27,7 +27,7 @@ #define _GP_DEBUG_H_ #include <gssapi/gssapi.h> -#include "rpcgen/gss_proxy.h" +#include <stdio.h> extern int gp_debug; |