diff options
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index ba1a8266b7..2816fd984f 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -3,8 +3,9 @@ #define MIRANDA_VER 0x0A00
#include <windows.h>
-#include <malloc.h>
#include <shlwapi.h>
+#include <ShellAPI.h>
+#include <malloc.h>
#include <tlhelp32.h>
#include <string>
|