diff options
author | Simo Sorce <simo@redhat.com> | 2012-08-08 10:57:53 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-08-28 17:35:16 +0200 |
commit | 4a181bb847b5b85439beae3788a83e27c1cdcf70 (patch) | |
tree | c23754c921bf5c8dd8fe9c723d387fe82f8ef6c7 /proxy/src | |
parent | 6b5647094133510b43d7afbd43b79c5c1ebf3e4f (diff) | |
download | gss-proxy-4a181bb847b5b85439beae3788a83e27c1cdcf70.tar.gz gss-proxy-4a181bb847b5b85439beae3788a83e27c1cdcf70.tar.xz gss-proxy-4a181bb847b5b85439beae3788a83e27c1cdcf70.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; |