From e16138feadd198d6ee1c205008b301841f73dd69 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 1 May 2001 09:30:02 +0000 Subject: [PATCH] Compensate for header dethreading. --- lib/libc/gen/fstab.c | 2 ++ lib/libc/gen/getmntinfo.c | 4 ++++ lib/libc/gen/getvfsbyname.c | 2 ++ lib/libc/gen/getvfsent.c | 2 ++ lib/libc/gen/opendir.c | 2 ++ 5 files changed, 12 insertions(+) diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index 9170ae91503f..148e4210808a 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -44,6 +44,8 @@ static char rcsid[] = #include "namespace.h" #include +#include +#include #include #include diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index 6e167a3e7719..a2ee2378c630 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -36,6 +38,8 @@ static char sccsid[] = "@(#)getmntinfo.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include +#include +#include #include #include #include diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index a8f691320e72..f5e3283bda7c 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -40,6 +40,8 @@ static const char rcsid[] = #endif /* not lint */ #include +#include +#include #include #include #include diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index 2b8998cbd0f2..d86dfa06ac46 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -7,6 +7,8 @@ */ #include +#include +#include #include #include #include diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index d1762f58b892..8af17a6e96fa 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -39,6 +39,8 @@ static char sccsid[] = "@(#)opendir.c 8.8 (Berkeley) 5/1/95"; #include "namespace.h" #include +#include +#include #include #include