diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 07:51:07 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 07:51:07 +0000 |
commit | 97a957107df5ba730dd6e121b7ce3e3287d0a14e (patch) | |
tree | 558771010f6159662906e1cfee306c7513e5de11 /source3/include/includes.h | |
parent | bbbf21310f809bd948202840d27c34b6bebe94e3 (diff) | |
download | samba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.tar.gz samba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.tar.bz2 samba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.zip |
Silly of me to only test this with --with-sam and not without. Doh!
(This used to be commit 6395c34f2f981d59b761d8615851a8fd54c1c304)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index f7b0d76dd4..f1c8c50df4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -751,9 +751,7 @@ extern int errno; #include "passdb.h" -#ifdef WITH_SAM #include "sam.h" -#endif #include "session.h" |