sys/open.c: Fix building warnings from missing prototype
authorMatt Fleming <matt.fleming@intel.com>
Fri, 30 Mar 2012 12:09:16 +0000 (13:09 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:13 +0000 (10:58 +0100)
commit425359909f63214843612a1c8508bbb192965027
tree7f95da05beb989d68befc48740db021c339bdf2e
parentbdd7cbd0c05cbd9b362948c8b2430ba414552c25
sys/open.c: Fix building warnings from missing prototype

Fix the following warning by including the appropriate header,

sys/open.c: In function ‘open’:
sys/open.c:67:5: warning: implicit declaration of function ‘open_file’

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