diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f4195488ed..83d81e3405 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -28,6 +28,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <time.h>
+#ifndef M_CORE_H__
+#include <m_core.h>
+#endif
+
#include <m_string.h>
#include <m_chat.h>
#include <m_gui.h>
@@ -364,8 +368,6 @@ struct CHAT_MANAGER extern CHAT_MANAGER *pci;
#endif
-extern int hLangpack;
-
EXTERN_C MIR_APP_DLL(CHAT_MANAGER*) Chat_GetInterface(CHAT_MANAGER_INITDATA *pData = NULL, int = hLangpack);
/////////////////////////////////////////////////////////////////////////////////////////
|