From 858ffae8c72d9cb617534728e0d3ce4cacb4535c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 29 Jan 2012 14:37:19 -0500 Subject: Split gp_utils.h into proxy headers and commonly useful headers --- proxy/src/gssproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy/src/gssproxy.c') 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 #include "popt.h" -#include "gp_utils.h" +#include "gp_proxy.h" int main(int argc, const char *argv[]) { -- cgit