diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-16 19:14:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:50 -0500 |
commit | ffbb7e40604b9cffeb0c226279b929497b03a964 (patch) | |
tree | 6db9fdadb8d831e3721d9fb0902efce3b475c99f /source4/auth | |
parent | 864c9dd88bf39a89c59baaa28c12d989a9d9f04e (diff) | |
download | samba-ffbb7e40604b9cffeb0c226279b929497b03a964.tar.gz samba-ffbb7e40604b9cffeb0c226279b929497b03a964.tar.bz2 samba-ffbb7e40604b9cffeb0c226279b929497b03a964.zip |
r25193: Update headers to easy use by external apps.
(This used to be commit 20b70fbb7af6b6759c3b8c8aa56e10944b32bfdf)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/credentials/credentials.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h index 1cecb97055..0fd9ce46be 100644 --- a/source4/auth/credentials/credentials.h +++ b/source4/auth/credentials/credentials.h @@ -22,6 +22,7 @@ #ifndef __CREDENTIALS_H__ #define __CREDENTIALS_H__ +#include "util/data_blob.h" #include "librpc/gen_ndr/misc.h" struct ccache_container; |