X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f172cb8200f08ba1c6735a0d507991c877c0d68f..84e455807ee62925c98e18d2848954125b128018:/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