aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-04-03 11:49:50 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-04-17 10:58:35 +0100
commit458caa4189dae6ca6b56cf7ee30d38cccd13e1b5 (patch)
treec88563ac54709ecd931d805bb501d16e677bd6d4
parent8213cb2cf0c66a1da5c03cc79de4ee629c2934fc (diff)
downloadsyslinux-458caa4189dae6ca6b56cf7ee30d38cccd13e1b5.tar.gz
syslinux-458caa4189dae6ca6b56cf7ee30d38cccd13e1b5.tar.xz
syslinux-458caa4189dae6ca6b56cf7ee30d38cccd13e1b5.zip
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>
-rw-r--r--com32/elflink/ldlinux/eprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/elflink/ldlinux/eprintf.c b/com32/elflink/ldlinux/eprintf.c
index d8858ff9..f15edc6e 100644
--- a/com32/elflink/ldlinux/eprintf.c
+++ b/com32/elflink/ldlinux/eprintf.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
+#include <core.h>
#define BUFFER_SIZE 4096