Add debug log functions
[emu8051.git] / src / common.h
index cf4a634..51a8c1c 100644 (file)
 #  include <strings.h>
 #endif
 
+#include "log.h"
+
 #define FIXED_FONT "monospace 12"
 
+#define MAX_FILENAME_LENGTH 1024
+
 /* Common constants. */
 #ifndef EXIT_SUCCESS
 #  define EXIT_SUCCESS 0