diff options
Diffstat (limited to 'protocols/MSN/src/msn_global.h')
-rw-r--r-- | protocols/MSN/src/msn_global.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h index 5df5eff0da..a2588bb523 100644 --- a/protocols/MSN/src/msn_global.h +++ b/protocols/MSN/src/msn_global.h @@ -23,12 +23,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // this plugin is for Miranda 0.9 or later
#define MIRANDA_VER 0x0A00
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <commctrl.h>
#include <ctype.h>
+#include <malloc.h>
#include <process.h>
#include <stdio.h>
#include <time.h>
|