summaryrefslogtreecommitdiff
path: root/include/m_system.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-14 18:09:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-14 18:09:31 +0300
commitd087c0b8cc5361f230761e27b0d685d3acb6ae71 (patch)
treefe6a1b5729d7ba11dd3ff1356498583007e13cce /include/m_system.h
parentb8e0ee2bea6aac0a1bdf43575585ed78263bbe16 (diff)
fix for include duplicates & recursions
Diffstat (limited to 'include/m_system.h')
-rw-r--r--include/m_system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_system.h b/include/m_system.h
index e1ffabc7df..012f36a99a 100644
--- a/include/m_system.h
+++ b/include/m_system.h
@@ -163,4 +163,8 @@ typedef struct
#define ME_SYSTEM_MISSINGSERVICE "System/MissingService"
+#if defined(__cplusplus)
+ #include <m_system_cpp.h>
+#endif
+
#endif // M_SYSTEM_H