diff options
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 50e3b0b1e6..07e608c90c 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 "tlen.h" +#include "stdafx.h" void TlenProcessPic(XmlNode *node, TlenProtocol *proto); BOOL SendPicture(TlenProtocol *, MCONTACT hContact); |