From 72f02304b2fc213f1b7e971edc38179dbb1ce717 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Apr 2010 20:06:56 +0000 Subject: 2010-04-12 Joel Sherrill * fdopen/test.c: Add include of unistd.h for close(). --- file_io/ChangeLog | 4 ++++ file_io/fdopen/test.c | 1 + 2 files changed, 5 insertions(+) (limited to 'file_io') diff --git a/file_io/ChangeLog b/file_io/ChangeLog index a9b3848..5eff6a7 100644 --- a/file_io/ChangeLog +++ b/file_io/ChangeLog @@ -1,3 +1,7 @@ +2010-04-12 Joel Sherrill + + * fdopen/test.c: Add include of unistd.h for close(). + 2010-04-09 Joel Sherrill * filerdback/test.c: Add CVS Id. diff --git a/file_io/fdopen/test.c b/file_io/fdopen/test.c index c16aa6c..5ab50a5 100644 --- a/file_io/fdopen/test.c +++ b/file_io/fdopen/test.c @@ -7,6 +7,7 @@ #include #include #include +#include rtems_task Init( rtems_task_argument ignored -- cgit v1.2.3