diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-23 17:31:09 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-23 17:31:09 +0000 |
commit | 395542942d1ab15f62a8fc4eba068f1d9efcff3f (patch) | |
tree | 1c362ade01a4fa4283a4bb8210bd550fe7b20e43 /Protocols/SIP/commons.h | |
parent | 29224b5cce3353b67784ada08165ff9259a5bee1 (diff) |
sip: 0.1.4.0
* Fix for making calls
+ Added MirVer (were possible)
+ Added popups to show errors
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@215 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 c767ffd..8ad7689 100644 --- a/Protocols/SIP/commons.h +++ b/Protocols/SIP/commons.h @@ -81,6 +81,7 @@ Boston, MA 02111-1307, USA. #include "resource.h"
#include "strutils.h"
+#include "popup.h"
struct MessageData
|