From ef9ae51ffe0b0740160f5ace4bac9572716a5ff3 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 24 Jun 2001 23:04:23 +0000 Subject: Include missing header files which define functions for which gcc has builtins (e.g., exit, strcmp). --- bin/cat/cat.c | 1 + bin/pax/pax.c | 1 + bin/sh/error.c | 1 + 3 files changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c2f11dd..30ab5bf 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -57,6 +57,7 @@ static const char rcsid[] = #include #include #include +#include #include int bflag, eflag, nflag, sflag, tflag, vflag; diff --git a/bin/pax/pax.c b/bin/pax/pax.c index bc97d7d..3d5bd4d 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -61,6 +61,7 @@ static const char rcsid[] = #include #include #include +#include #include #include "pax.h" #include "extern.h" diff --git a/bin/sh/error.c b/bin/sh/error.c index 0407bac..088d3c7 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -55,6 +55,7 @@ static const char rcsid[] = #include "show.h" #include "trap.h" #include +#include #include #include -- cgit v1.1