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.6.10_pre1^2~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ff0644c4cf5a54747bf3af2cc9605163e1debcb7;p=packages%2Fo%2Fopenafs.git auth: fix include quotes for generated headers Reviewed-on: http://gerrit.openafs.org/10870 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: D Brashear (cherry picked from commit d3eed1e58a7605b320ec38d48ff1c185aa2d9806) Change-Id: Iadabd45547b671e346eec262c50f2e6aef917258 Reviewed-on: http://gerrit.openafs.org/11240 Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Perry Ruiter Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Stephan Wiesand --- diff --git a/src/auth/ktc.c b/src/auth/ktc.c index 3c158204c..4630410f9 100644 --- a/src/auth/ktc.c +++ b/src/auth/ktc.c @@ -47,7 +47,7 @@ #ifdef HAVE_UNISTD_H #include #endif -#include +#include "auth.h" #include #include @@ -72,7 +72,7 @@ #ifdef AFS_KERBEROS_ENV #include #include -#include +#include "cellconfig.h" static char lcell[MAXCELLCHARS]; #define TKT_ROOT "/tmp/tkt"