diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-29 14:37:19 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-01-29 18:01:27 -0500 |
commit | 858ffae8c72d9cb617534728e0d3ce4cacb4535c (patch) | |
tree | a68f58e1415789b19d34438266542d9287cba1b1 /proxy/src/gssproxy.c | |
parent | 41b087961ebe72c64255ceeddc82759773a827c0 (diff) | |
download | gss-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/src/gssproxy.c')
-rw-r--r-- | proxy/src/gssproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c index 2f25899..311cc52 100644 --- a/proxy/src/gssproxy.c +++ b/proxy/src/gssproxy.c @@ -26,7 +26,7 @@ #include "config.h" #include <stdlib.h> #include "popt.h" -#include "gp_utils.h" +#include "gp_proxy.h" int main(int argc, const char *argv[]) { |