End of line fix for gcc 3.x, other misc fixes for 3x
[reactos.git] / rosapps / net / telnet / src / tkeydef.cpp
index c8d058d..e180327 100644 (file)
@@ -30,6 +30,7 @@
 /////////////////////////////////////////////////////////
 
 #include "tkeydef.h"
+#include <string.h>
 
 // This class did not properly release memory before, and a buffer overrun
 // was apparent in operator=(char*).  Fixed.  (Paul Brannan Feb. 4, 1999)