summaryrefslogtreecommitdiff
path: root/MySpace/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-28 08:34:59 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-28 08:34:59 +0000
commit6c417a45f25de9480ef200177c7bed0f4782eb19 (patch)
treef49a12a076e5fa20a95430998816a92fb741ebee /MySpace/common.h
parent81a69c4c216350d48d962ac43fea3108498bbf33 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@219 4f64403b-2f21-0410-a795-97e2b3489a10
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