From e4b013f616818f6da4cf7a1896f31d1429ef8f04 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 23 Jan 2009 03:30:40 +0000 Subject: Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 --- common/util.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index 3771c3433b..73e76fa94a 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -27,6 +27,8 @@ #include "common/system.h" #include "gui/debugger.h" +#include // For va_list etc. + #ifdef _WIN32_WCE // This is required for the debugger attachment extern bool isSmartphone(void); -- cgit v1.2.3