diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:10:02 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-07 02:10:02 +0000 |
commit | ffc65c1f90f685e98f2f6d0a5d72c661b69cb3df (patch) | |
tree | a5f1a1c12b58531eb3310a316fd00aace6ee8419 /Protocols/SIP/commons.h | |
parent | 82516d84cc393f79eb620cb6300d320084a8272c (diff) |
sip: 0.1.1.0
+ Build with vc6
* Fix for wrong voice service version
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@207 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/commons.h')
-rw-r--r-- | Protocols/SIP/commons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Protocols/SIP/commons.h b/Protocols/SIP/commons.h index 4112a0b..47b4cfd 100644 --- a/Protocols/SIP/commons.h +++ b/Protocols/SIP/commons.h @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. #include <commctrl.h>
#include <tchar.h>
#include <stdio.h>
+#include <malloc.h>
#include <time.h>
#include <vector>
|