diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-19 06:23:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-19 06:23:18 +0000 |
commit | 6897c90c6003af7b21d271771320999ddfe2d09a (patch) | |
tree | c2ef69b0a53b4f5abfc1de48f48ca7292c2babb3 /protocols/Tlen/src/tlen_picture.h | |
parent | 024260089ac38bdc8cbde65bdd047e6239fa8b46 (diff) |
files renaming
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_picture.h')
-rw-r--r-- | protocols/Tlen/src/tlen_picture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_picture.h b/protocols/Tlen/src/tlen_picture.h index ef98b02405..178134007d 100644 --- a/protocols/Tlen/src/tlen_picture.h +++ b/protocols/Tlen/src/tlen_picture.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _TLEN_PICTURE_H #include <windows.h> -#include "jabber.h" +#include "tlen.h" void TlenProcessPic(XmlNode *node, TlenProtocol *proto); BOOL SendPicture(TlenProtocol *, HANDLE hContact); |