From d3eed1e58a7605b320ec38d48ff1c185aa2d9806 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Sun, 2 Mar 2014 12:26:24 -0500 Subject: [PATCH] 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 --- src/auth/ktc.c | 4 ++-- src/auth/token.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/auth/ktc.c b/src/auth/ktc.c index 6853b0fc0a..3fb8a61b21 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 5e1054383c..b8fade54a3 100644 --- a/src/auth/token.c +++ b/src/auth/token.c @@ -27,7 +27,7 @@ #include -#include +#include "auth.h" #include #include "ktc.h"