summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-25 02:28:05 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit7e73214ebf614a1f876bf80d374c1e1bc9379981 (patch)
tree2542a6af269eccf6df70ee3fe044d5fbe2b8e43b /source3/auth/token_util.c
parent1b6767d26218eaf85ec7af9281c6674bab36ce3f (diff)
downloadsamba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.gz
samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.tar.bz2
samba-7e73214ebf614a1f876bf80d374c1e1bc9379981.zip
s3-auth: use auth.h where needed.
Guenther
Diffstat (limited to 'source3/auth/token_util.c')
-rw-r--r--source3/auth/token_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c
index c2f4571f83..af166760d0 100644
--- a/source3/auth/token_util.c
+++ b/source3/auth/token_util.c
@@ -25,6 +25,7 @@
/* functions moved from auth/auth_util.c to minimize linker deps */
#include "includes.h"
+#include "auth.h"
#include "secrets.h"
#include "memcache.h"
#include "../librpc/gen_ndr/netlogon.h"