--- hatari/tools/hmsa/hmsa.c 2019/04/01 07:13:57 1.1 +++ hatari/tools/hmsa/hmsa.c 2019/04/01 07:15:48 1.1.1.3 @@ -11,14 +11,18 @@ #include #include "hmsa.h" +#include "main.h" /* bool etc. */ #include "file.h" #include "msa.h" +/* prototypes for dummy log/alert functions below */ +#include "dialog.h" +#include "log.h" /** * Output string to log file */ -void Log_Printf(int nType, const char *psFormat, ...) +extern void Log_Printf(LOGTYPE nType, const char *psFormat, ...) { va_list argptr;