diff options
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 2ae43a64d2..9e7f16e454 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -32,8 +32,6 @@ #define _WIN32_WINNT 0x0501
#endif
-#include <m_stdhdr.h>
-
// Windows headers
// Visual C++ .NET tries to include winsock.h
// which is very ver bad
@@ -44,6 +42,8 @@ #endif
#include <commctrl.h>
#include <commdlg.h>
+
+#include <malloc.h>
#include <process.h>
#include <stdio.h>
#include <time.h>
|