Changed the timeout of wxSocketBase from 3600s to 600s
Added #include <stdio.h> in htmltag.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-07-29 17:23:28 +00:00
parent 552e8bf87f
commit 7e1e096097
5 changed files with 21 additions and 5 deletions

View File

@@ -25,6 +25,7 @@
#endif
#include <wx/html/htmltag.h>
#include <stdio.h> // for vsscanf
#include <stdarg.h>