ldlinux: Include write_serial() prototype
authorMatt Fleming <matt.fleming@intel.com>
Tue, 3 Apr 2012 10:49:50 +0000 (11:49 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:35 +0000 (10:58 +0100)
commit458caa4189dae6ca6b56cf7ee30d38cccd13e1b5
treec88563ac54709ecd931d805bb501d16e677bd6d4
parent8213cb2cf0c66a1da5c03cc79de4ee629c2934fc
ldlinux: Include write_serial() prototype

Include core.h to avoid the following build warning,

eprintf.c: In function ‘veprintf’:
eprintf.c:23:6: warning: implicit declaration of function ‘write_serial’

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/eprintf.c