2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>

* console/debugio.c: Include <unistd.h>.
This commit is contained in:
Ralf Corsepius
2010-04-11 16:34:42 +00:00
parent c01dba121d
commit a99d541b3f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/debugio.c: Include <unistd.h>.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -14,6 +14,8 @@
* $Id$
*/
#include <unistd.h> /* write */
#include <bsp.h>
#include <rtems/bspIo.h>