auth: fix include quotes for generated headers

Change-Id: If4786c30b0b448ea4ff663d62d5e0f8623736084
Reviewed-on: http://gerrit.openafs.org/10870
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: D Brashear <shadow@your-file-system.com>
This commit is contained in:
Michael Meffie 2014-03-02 12:26:24 -05:00 committed by D Brashear
parent 4e6b7ab904
commit d3eed1e58a
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
#endif
#include <afs/vice.h>
#include <afs/auth.h>
#include "auth.h"
#include <afs/venus.h>
#include <afs/afsutil.h>
@ -62,7 +62,7 @@
#include "ktc.h"
#ifdef AFS_KERBEROS_ENV
#include <afs/cellconfig.h>
#include "cellconfig.h"
static char lcell[MAXCELLCHARS];
#define TKT_ROOT "/tmp/tkt"

View File

@ -27,7 +27,7 @@
#include <roken.h>
#include <afs/auth.h>
#include "auth.h"
#include <rx/rxkad.h>
#include "ktc.h"