[TELNET]
[reactos.git] / reactos / base / applications / network / telnet / src / tnconfig.cpp
index 24d2da8..105b829 100644 (file)
 
 #include "precomp.h"
 
+#include <locale.h>
+#include <io.h>
+#include <sys/stat.h>
+
 // Turn off the "forcing value to bool 'true' or 'false'" warning
 #ifdef _MSC_VER
 #pragma warning(disable: 4800)