summaryrefslogtreecommitdiff
path: root/MySpace/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/common.h')
-rw-r--r--MySpace/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/common.h b/MySpace/common.h
index f80037c..1a7ae63 100644
--- a/MySpace/common.h
+++ b/MySpace/common.h
@@ -43,6 +43,8 @@
#include <winsock2.h> // for FD_SETSIZE
#include <m_netlib.h>
#include <m_clist.h>
+#include <m_utils.h>
+#include <m_langpack.h>
#include <m_popup.h>
@@ -63,5 +65,6 @@
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
extern HANDLE mainThread;
+extern int code_page;
#endif