From a482bd8e5be933d58889d644a4a1a2f5f4dfd064 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Thu, 19 Nov 1998 15:10:17 -0500 Subject: [svn-r933] moved the include for io.h into a block surrounded by HAVE_IO_H --- test/external.c | 3 +++ test/overhead.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/external.c b/test/external.c index 5d3e253..a6ecc16 100644 --- a/test/external.c +++ b/test/external.c @@ -18,6 +18,9 @@ # include # include # include +#endif + +#ifdef HAVE_IO_H # include #endif diff --git a/test/overhead.c b/test/overhead.c index ec3b877..13a6c7d 100644 --- a/test/overhead.c +++ b/test/overhead.c @@ -18,6 +18,9 @@ # include # include # include +#endif + +#ifdef HAVE_IO_H # include #endif -- cgit v0.12