diff options
Diffstat (limited to 'protocols/Facebook/src/stdafx.h')
-rw-r--r-- | protocols/Facebook/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Facebook/src/stdafx.h b/protocols/Facebook/src/stdafx.h index 8a9e9e579c..e591cc3ec3 100644 --- a/protocols/Facebook/src/stdafx.h +++ b/protocols/Facebook/src/stdafx.h @@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #include <windows.h> +#include <malloc.h> #include <time.h> #include <stdio.h> #include <stdarg.h> @@ -30,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <win2k.h> #include <newpluginapi.h> #include <m_avatars.h> -#include <m_chat.h> +#include <m_chat_int.h> #include <m_clistint.h> #include <m_contacts.h> #include <m_database.h> |