From c5c43ce91fc476c67d622b0ca48e8e25ca653ff6 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 10 Oct 2000 01:50:26 +0000 Subject: Don't depend on bogusly including (and thereby ). --- bin/cp/utils.c | 1 + bin/dd/dd.c | 1 + 2 files changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 86ab3ab..34b0225 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -41,6 +41,7 @@ static const char rcsid[] = #include #include +#include #ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED #include #endif diff --git a/bin/dd/dd.c b/bin/dd/dd.c index a7b8c66..a5bb032 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -54,6 +54,7 @@ static const char rcsid[] = #include #include #include +#include #include #include -- cgit v1.1