sys/fileread.c: Fix build warning from missing prototype
authorMatt Fleming <matt.fleming@intel.com>
Fri, 30 Mar 2012 12:16:00 +0000 (13:16 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:25 +0000 (10:58 +0100)
commitcc6974e038600bd51571c31c3d70cf18549e00e1
treed4edc1eb4831db5a5b37afcec7f53e7217b204c9
parent425359909f63214843612a1c8508bbb192965027
sys/fileread.c: Fix build warning from missing prototype

Include the appropriate header to fix the following warning,

sys/fileread.c: In function ‘__file_get_block’:
sys/fileread.c:45:5: warning: implicit declaration of function ‘pmapi_read_file’

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/lib/sys/fileread.c