diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-14 04:04:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:50 -0500 |
commit | 2c6ecae4e62a5bb7acac2872450148fb4521cf3e (patch) | |
tree | b566e6bdfac392d666f4e6c1b3b9ef67eb7619e7 /source4/include/includes.h | |
parent | f7ff0540d2b2490b2ef502d02b422e74a298b43d (diff) | |
download | samba-2c6ecae4e62a5bb7acac2872450148fb4521cf3e.tar.gz samba-2c6ecae4e62a5bb7acac2872450148fb4521cf3e.tar.xz samba-2c6ecae4e62a5bb7acac2872450148fb4521cf3e.zip |
r10982: Move credentials.h into auth/credentials, and add flags needed by
previous patch.
Andrew Bartlett
(This used to be commit 2c537d47ba99885c6462016342b1cc29df4c54c5)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r-- | source4/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index b7acae9019..f2da31eed6 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -113,7 +113,7 @@ struct ipv4_addr { #include "ntvfs/ntvfs.h" #include "cli_context.h" #include "lib/com/com.h" -#include "credentials.h" +#include "auth/credentials/credentials.h" /***** automatically generated prototypes *****/ #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) |