From b71c67aba4a8e9c34a3fe6803326b6358a112a22 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sat, 27 Jan 2001 19:54:49 +0000 Subject: [PATCH] * basic_blocks.c: #include only if it exists. --- gprof/ChangeLog | 4 ++++ gprof/basic_blocks.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 5850365..50eea2d 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Michael Sokolov + + * basic_blocks.c: #include only if it exists. + 2000-11-06 Nick Clifton * gprof.texi: Add GNU Free Documentation License. diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index 926743f..fa6afe7 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -22,7 +22,6 @@ 02111-1307, USA. */ #include -#include #include "basic_blocks.h" #include "corefile.h" #include "gmon_io.h" @@ -31,6 +30,9 @@ #include "libiberty.h" #include "source.h" #include "sym_ids.h" +#ifdef HAVE_UNISTD_H +#include +#endif /* Default option values: */ bool bb_annotate_all_lines = FALSE; -- 2.7.4