fs: Include header for close() prototype
authorMatt Fleming <matt.fleming@intel.com>
Tue, 3 Apr 2012 15:28:52 +0000 (16:28 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 10:23:41 +0000 (11:23 +0100)
commit1798b3b5423e1350d039b3d4274fb0351567efd7
tree851c406349f182ef64dd35422bae9f39502ec160
parent816f3fc95a0098c435c314735e3b1d96729e8e7e
fs: Include header for close() prototype

... which avoids the following build warning,

fs/fs.c: In function ‘open_config’:
fs/fs.c:97:2: warning: implicit declaration of function ‘close’

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/fs/fs.c