Skip to content

Commit

Permalink
Change again to handle mising gssapi_krb5.h file. This time fix corre…
Browse files Browse the repository at this point in the history
…lates to QAS bug# 308185. vas-config was fixed to return the correct include paths needed to find gssapi_krb5.h and other gssapi headers.
  • Loading branch information
JaysonHurst committed Jul 14, 2014
1 parent 3bd6837 commit d013731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_auth_vas.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#include <vas.h>
#include <vas_gss.h>
#include <gssapi/gssapi_krb5.h>
#include <gssapi_krb5.h>
#include <pwd.h>

#include <httpd.h>
Expand Down

0 comments on commit d013731

Please sign in to comment.