diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 06:42:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:17 -0500 |
commit | 3643fb11092e28a9538ef32cedce8ff21ad86a28 (patch) | |
tree | 30e47032832b250d66fb1f601f4d053269be4210 /source4/auth/auth.c | |
parent | a1d0b97ed40fe6985bb45b1715309638e7faaffc (diff) | |
download | samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.tar.gz samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.tar.xz samba-3643fb11092e28a9538ef32cedce8ff21ad86a28.zip |
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
(This used to be commit b97e395c814762024336c1cf4d7c25be8da5813a)
Diffstat (limited to 'source4/auth/auth.c')
-rw-r--r-- | source4/auth/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 7fe446baf9..ae8b29e87d 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "dlinklist.h" #include "auth/auth.h" #undef DBGC_CLASS |