--- mon/src/mon_cmd.cpp 1999/10/05 14:43:46 1.3 +++ mon/src/mon_cmd.cpp 1999/10/25 08:04:47 1.4 @@ -20,6 +20,8 @@ #include "sysdeps.h" +#include + #include "mon.h" #include "mon_cmd.h" #include "mon_ppc.h" @@ -27,7 +29,6 @@ #include "mon_x86.h" #include "mon_6502.h" #include "mon_8080.h" -#include "version.h" /* @@ -117,7 +118,7 @@ static inline uint8 char2print(uint8 c) void version(void) { - fprintf(monout, "mon V%d.%d\n", VERSION_MAJOR, VERSION_MINOR); + fprintf(monout, "mon V%d.%d\n", MON_VERSION_MAJOR, MON_VERSION_MINOR); }