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_p2p_old.cpp | |
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_p2p_old.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_p2p_old.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tlen/src/tlen_p2p_old.cpp b/protocols/Tlen/src/tlen_p2p_old.cpp index a582ef2a43..267748a5f1 100644 --- a/protocols/Tlen/src/tlen_p2p_old.cpp +++ b/protocols/Tlen/src/tlen_p2p_old.cpp @@ -18,6 +18,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+#include "stdafx.h"
#include "tlen_p2p_old.h"
#include <io.h>
#include <fcntl.h>
|