diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_file.h')
-rw-r--r-- | protocols/Tlen/src/tlen_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/tlen_file.h b/protocols/Tlen/src/tlen_file.h index 170c1b75ec..346ec886ac 100644 --- a/protocols/Tlen/src/tlen_file.h +++ b/protocols/Tlen/src/tlen_file.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _TLEN_FILE_H_
#include <windows.h>
-#include "tlen.h"
+#include "stdafx.h"
extern int TlenFileCancelAll(TlenProtocol *proto);
extern void TlenProcessF(XmlNode *node, ThreadData *userdata);
|