projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
995c809
)
writestr: Include core.h for writechr() prototype
author
Matt Fleming
<matt.fleming@intel.com>
Tue, 3 Apr 2012 13:57:58 +0000
(14:57 +0100)
committer
Matt Fleming
<matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:35 +0000
(10:58 +0100)
This eliminates the following compiler warning,
writestr.c: In function ‘crlf’:
writestr.c:26:2: warning: implicit declaration of function ‘writechr’
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/writestr.c
patch
|
blob
|
history
diff --git
a/core/writestr.c
b/core/writestr.c
index
66d126a
..
fb9de34
100644
(file)
--- a/
core/writestr.c
+++ b/
core/writestr.c
@@
-17,6
+17,7
@@
* Code to write a simple string.
*/
#include <com32.h>
+#include <core.h>
/*
* crlf: Print a newline