From 5f3e10434705a04ecfc8baeae9ad2b4fd2d921af Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 6 Dec 2000 00:59:08 +0000 Subject: [PATCH] the drivers should include their own header files --- contrib/sdb/dir/dirdb.c | 4 +++- contrib/sdb/dirdb.c | 4 +++- contrib/sdb/pgsql/pgsqldb.c | 4 +++- contrib/sdb/pgsqldb.c | 4 +++- contrib/sdb/time/timedb.c | 4 +++- contrib/sdb/timedb.c | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/contrib/sdb/dir/dirdb.c b/contrib/sdb/dir/dirdb.c index 69f8a6b07c..93ec287360 100644 --- a/contrib/sdb/dir/dirdb.c +++ b/contrib/sdb/dir/dirdb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.5 2000/11/20 19:49:59 bwelling Exp $ */ +/* $Id: dirdb.c,v 1.6 2000/12/06 00:59:06 bwelling Exp $ */ #include @@ -34,6 +34,8 @@ #include +#include "dirdb.h" + /* * A simple database driver that returns basic directory information. */ diff --git a/contrib/sdb/dirdb.c b/contrib/sdb/dirdb.c index 69f8a6b07c..93ec287360 100644 --- a/contrib/sdb/dirdb.c +++ b/contrib/sdb/dirdb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.5 2000/11/20 19:49:59 bwelling Exp $ */ +/* $Id: dirdb.c,v 1.6 2000/12/06 00:59:06 bwelling Exp $ */ #include @@ -34,6 +34,8 @@ #include +#include "dirdb.h" + /* * A simple database driver that returns basic directory information. */ diff --git a/contrib/sdb/pgsql/pgsqldb.c b/contrib/sdb/pgsql/pgsqldb.c index 6b69b56617..627ea58c3e 100644 --- a/contrib/sdb/pgsql/pgsqldb.c +++ b/contrib/sdb/pgsql/pgsqldb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.c,v 1.9 2000/11/22 21:18:12 bwelling Exp $ */ +/* $Id: pgsqldb.c,v 1.10 2000/12/06 00:59:07 bwelling Exp $ */ #include @@ -35,6 +35,8 @@ #include +#include "pgsqldb.h" + /* * A simple database driver that interfaces to a PostgreSQL database. This * is not complete, and not designed for general use. It opens one diff --git a/contrib/sdb/pgsqldb.c b/contrib/sdb/pgsqldb.c index 6b69b56617..627ea58c3e 100644 --- a/contrib/sdb/pgsqldb.c +++ b/contrib/sdb/pgsqldb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.c,v 1.9 2000/11/22 21:18:12 bwelling Exp $ */ +/* $Id: pgsqldb.c,v 1.10 2000/12/06 00:59:07 bwelling Exp $ */ #include @@ -35,6 +35,8 @@ #include +#include "pgsqldb.h" + /* * A simple database driver that interfaces to a PostgreSQL database. This * is not complete, and not designed for general use. It opens one diff --git a/contrib/sdb/time/timedb.c b/contrib/sdb/time/timedb.c index 6830b1f49d..a2514a7e2a 100644 --- a/contrib/sdb/time/timedb.c +++ b/contrib/sdb/time/timedb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.4 2000/11/20 19:50:02 bwelling Exp $ */ +/* $Id: timedb.c,v 1.5 2000/12/06 00:59:08 bwelling Exp $ */ #include @@ -31,6 +31,8 @@ #include +#include "timedb.h" + /* * A simple database driver that enables the server to return the * current time in a DNS record. diff --git a/contrib/sdb/timedb.c b/contrib/sdb/timedb.c index 6830b1f49d..a2514a7e2a 100644 --- a/contrib/sdb/timedb.c +++ b/contrib/sdb/timedb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.4 2000/11/20 19:50:02 bwelling Exp $ */ +/* $Id: timedb.c,v 1.5 2000/12/06 00:59:08 bwelling Exp $ */ #include @@ -31,6 +31,8 @@ #include +#include "timedb.h" + /* * A simple database driver that enables the server to return the * current time in a DNS record.