X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f172cb8200f08ba1c6735a0d507991c877c0d68f..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/common/file.cpp diff --git a/src/common/file.cpp b/src/common/file.cpp index abcf92a78c..a6d96d6a8e 100644 --- a/src/common/file.cpp +++ b/src/common/file.cpp @@ -80,6 +80,8 @@ char* mktemp( char * path ) { return path ;} #include #include +#elif defined(__WXPALMOS__) + #include "wx/palmos/missing.h" #else #error "Please specify the header with file functions declarations." #endif //Win/UNIX