forked from Imagelibrary/rtems
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/flash/flash.c: Include <unistd.h>.
This commit is contained in:
@@ -1,11 +1,18 @@
|
|||||||
|
2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shared/flash/flash.c: Include <unistd.h>.
|
||||||
|
|
||||||
2010-04-08 Eric Norum <wenorum@lbl.gov>
|
2010-04-08 Eric Norum <wenorum@lbl.gov>
|
||||||
|
|
||||||
* shared/motorola/vpd.c: add include to pick up read()/close() prototypes.
|
* shared/motorola/vpd.c: add include to pick up read()/close() prototypes.
|
||||||
|
|
||||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* shared/startup/bspstart.c, shared/startup/pgtbl_setup.c: fix
|
* shared/startup/bspstart.c, shared/startup/pgtbl_setup.c: fix
|
||||||
prototypes
|
prototypes
|
||||||
|
|
||||||
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* aclocal.m4: add "gwlcfm" bsp
|
* aclocal.m4: add "gwlcfm" bsp
|
||||||
|
|
||||||
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|||||||
@@ -81,6 +81,7 @@
|
|||||||
#include "flashPgmPvt.h"
|
#include "flashPgmPvt.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user