From: Michael Meffie Date: Sun, 2 Mar 2014 17:26:24 +0000 (-0500) Subject: auth: fix include quotes for generated headers X-Git-Tag: upstream/1.8.0_pre1^2~679 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d3eed1e58a7605b320ec38d48ff1c185aa2d9806;p=packages%2Fo%2Fopenafs.git auth: fix include quotes for generated headers Change-Id: If4786c30b0b448ea4ff663d62d5e0f8623736084 Reviewed-on: http://gerrit.openafs.org/10870 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: D Brashear --- diff --git a/src/auth/ktc.c b/src/auth/ktc.c index 6853b0fc0..3fb8a61b2 100644 --- a/src/auth/ktc.c +++ b/src/auth/ktc.c @@ -42,7 +42,7 @@ #endif #include -#include +#include "auth.h" #include #include @@ -62,7 +62,7 @@ #include "ktc.h" #ifdef AFS_KERBEROS_ENV -#include +#include "cellconfig.h" static char lcell[MAXCELLCHARS]; #define TKT_ROOT "/tmp/tkt" diff --git a/src/auth/token.c b/src/auth/token.c index 5e1054383..b8fade54a 100644 --- a/src/auth/token.c +++ b/src/auth/token.c @@ -27,7 +27,7 @@ #include -#include +#include "auth.h" #include #include "ktc.h"