- Update to r53061
[reactos.git] / base / applications / network / telnet / src / tkeymap.cpp
index e1730f5..c62020a 100644 (file)
@@ -29,7 +29,7 @@
 //     originally part of KeyTrans.cpp                 //
 /////////////////////////////////////////////////////////
 
-#include "tkeymap.h"
+#include "precomp.h"
 
 KeyMap::KeyMap(DWORD state, DWORD code): map(0,0,sizeof(TKeyDef)),
                                          key(NULL,state,code) {};