diff --git a/programs/develop/cmm/main.cpp b/programs/develop/cmm/main.cpp index 18db5edd12..de4c82247f 100644 --- a/programs/develop/cmm/main.cpp +++ b/programs/develop/cmm/main.cpp @@ -21,6 +21,10 @@ #include #include "tok.h" +#ifdef _KOS_ +#include +#endif + static char **_Argv; //!!! simplest way to make your own variable unsigned char compilerstr[]="SPHINX C-- 0.239"; @@ -225,12 +229,6 @@ void CheckUndefClassProc(); // Added by Coldy void ParseObjCommand(int cmd); -#ifdef _KOS_ -extern "C" { - void con_set_title(char* title); -} -#endif - void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs) { char buf[40];