projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f8c619
)
Add missing include file
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 24 Jan 2014 14:37:41 +0000
(09:37 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 8 Apr 2014 18:29:29 +0000
(14:29 -0400)
There was no bug, code was compiling correctly. Just for clarity.
src/common/log.c
patch
|
blob
|
history
diff --git
a/src/common/log.c
b/src/common/log.c
index
1cdc210
..
29b9286
100644
(file)
--- a/
src/common/log.c
+++ b/
src/common/log.c
@@
-15,6
+15,7
@@
#include "common.h"
#include "options.h"
+#include "log.h"
#define PREFIX_PACKAGE_NAME 1
#define ADD_LINEFEED 1