diff options
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r-- | source4/auth/credentials/config.mk | 3 | ||||
-rw-r--r-- | source4/auth/credentials/credentials.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index 586add9c14..dbf20156fa 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -1,7 +1,8 @@ ################################# # Start SUBSYSTEM gensec [SUBSYSTEM::CREDENTIALS] -PRIVATE_PROTO_HEADER = credentials_proto.h +PUBLIC_PROTO_HEADER = credentials_proto.h +PUBLIC_HEADERS = credentials.h OBJ_FILES = credentials.o \ credentials_files.o \ credentials_krb5.o \ diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h index 58d393f762..2e9d77ccae 100644 --- a/source4/auth/credentials/credentials.h +++ b/source4/auth/credentials/credentials.h @@ -23,6 +23,8 @@ #ifndef __CREDENTIALS_H__ #define __CREDENTIALS_H__ +#include "librpc/gen_ndr/misc.h" + struct ccache_container; /* In order of priority */ |