diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 16:04:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-10 16:04:37 +0000 |
commit | 803724f9df40d8d0505fa7913666c55b9099337d (patch) | |
tree | 70d4e8342d0e68b0e290499d27f61cce5fd9e387 /protocols/Tlen/src/tlen_voice.h | |
parent | c2b31c148d0190328568d6be1412676f155599bf (diff) |
tlen: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_voice.h')
-rw-r--r-- | protocols/Tlen/src/tlen_voice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_voice.h b/protocols/Tlen/src/tlen_voice.h index b1f2a5e2a8..bc1adf6364 100644 --- a/protocols/Tlen/src/tlen_voice.h +++ b/protocols/Tlen/src/tlen_voice.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <mmsystem.h>
-#include "tlen.h"
+#include "stdafx.h"
extern "C" {
#include "codec/gsm.h"
}
|