X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=0058a0109dffbd7570c83adbbc973ab71aea42f8;hb=5905b40585298defb8e4230adfe90dfbccb465b9;hp=2fa6dcc305cbd007a606ce005f8b5772fbfd4641;hpb=9a4763975619ad66d0bcbb3f2da127f45fe21422;p=emu8051.git diff --git a/src/common.h b/src/common.h index 2fa6dcc..0058a01 100644 --- a/src/common.h +++ b/src/common.h @@ -22,9 +22,6 @@ #ifndef COMMON_H #define COMMON_H 1 -/* Define this to have debugging output. */ -/* #define EMU8051_DEBUG 1 */ - #include #include #include @@ -35,6 +32,8 @@ # include #endif +#include "log.h" + #define FIXED_FONT "monospace 12" #define MAX_FILENAME_LENGTH 1024