diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog index 6d74f3e4be..eb85f44af9 100644 --- a/c/src/lib/libbsp/powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ChangeLog @@ -1,11 +1,18 @@ +2010-04-14 Ralf Corsépius + + * shared/flash/flash.c: Include . + 2010-04-08 Eric Norum - * 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 + * shared/startup/bspstart.c, shared/startup/pgtbl_setup.c: fix prototypes 2010-03-25 Thomas Doerfler + * aclocal.m4: add "gwlcfm" bsp 2009-12-16 Thomas Doerfler diff --git a/c/src/lib/libbsp/powerpc/shared/flash/flash.c b/c/src/lib/libbsp/powerpc/shared/flash/flash.c index 687c533489..1e7a036b61 100644 --- a/c/src/lib/libbsp/powerpc/shared/flash/flash.c +++ b/c/src/lib/libbsp/powerpc/shared/flash/flash.c @@ -81,6 +81,7 @@ #include "flashPgmPvt.h" #endif +#include #include #include #include