From 3643fb11092e28a9538ef32cedce8ff21ad86a28 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 06:42:15 +0000 Subject: r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h) (This used to be commit b97e395c814762024336c1cf4d7c25be8da5813a) --- source4/lib/db_wrap.c | 1 + source4/lib/events.c | 1 + source4/lib/iconv.c | 1 + source4/lib/messaging/messaging.c | 2 ++ source4/lib/module.c | 1 + source4/lib/netif/interface.c | 1 + source4/lib/registry/common/reg_interface.c | 1 + source4/lib/tdb/common/tdbutil.c | 3 ++- 8 files changed, 10 insertions(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c index 251741c5b0..c786185499 100644 --- a/source4/lib/db_wrap.c +++ b/source4/lib/db_wrap.c @@ -28,6 +28,7 @@ */ #include "includes.h" +#include "dlinklist.h" static struct ldb_wrap *ldb_list; static struct tdb_wrap *tdb_list; diff --git a/source4/lib/events.c b/source4/lib/events.c index 276b3d08e9..4fb1e42ba3 100644 --- a/source4/lib/events.c +++ b/source4/lib/events.c @@ -67,6 +67,7 @@ #include "includes.h" #include "system/time.h" #include "system/select.h" +#include "dlinklist.h" /* create a event_context structure. This must be the first events diff --git a/source4/lib/iconv.c b/source4/lib/iconv.c index 98905c4b84..c4fea25db5 100644 --- a/source4/lib/iconv.c +++ b/source4/lib/iconv.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "dlinklist.h" #include "system/iconv.h" diff --git a/source4/lib/messaging/messaging.c b/source4/lib/messaging/messaging.c index a2316919cb..48d608ee94 100644 --- a/source4/lib/messaging/messaging.c +++ b/source4/lib/messaging/messaging.c @@ -22,6 +22,8 @@ #include "includes.h" #include "system/time.h" +#include "messages.h" +#include "dlinklist.h" /* change the message version with any incompatible changes in the protocol */ #define MESSAGING_VERSION 1 diff --git a/source4/lib/module.c b/source4/lib/module.c index 9e568f601a..80360e4e72 100644 --- a/source4/lib/module.c +++ b/source4/lib/module.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/dir.h" #include "system/filesys.h" +#include "dlinklist.h" #ifdef HAVE_DLOPEN diff --git a/source4/lib/netif/interface.c b/source4/lib/netif/interface.c index 1db0f5caee..3555170123 100644 --- a/source4/lib/netif/interface.c +++ b/source4/lib/netif/interface.c @@ -21,6 +21,7 @@ #include "includes.h" #include "system/network.h" #include "lib/netif/netif.h" +#include "dlinklist.h" static struct iface_struct *probed_ifaces; static int total_probed; diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c index 70b600ba33..76a1d04b08 100644 --- a/source4/lib/registry/common/reg_interface.c +++ b/source4/lib/registry/common/reg_interface.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "dlinklist.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY diff --git a/source4/lib/tdb/common/tdbutil.c b/source4/lib/tdb/common/tdbutil.c index 0e0a6eca28..c9b5dc05e6 100644 --- a/source4/lib/tdb/common/tdbutil.c +++ b/source4/lib/tdb/common/tdbutil.c @@ -19,7 +19,8 @@ */ #include "includes.h" -#include +#include "system/glob.h" +#include "dlinklist.h" /* these are little tdb utility functions that are meant to make dealing with a tdb database a little less cumbersome in Samba */ -- cgit