#include "wx/bitmap.h"
#include "wx/button.h"
-extern WXDLLEXPORT_DATA(const wxChar) wxButtonNameStr[];
+extern WXDLLEXPORT_DATA(const char) wxButtonNameStr[];
// ----------------------------------------------------------------------------
// wxBitmapButton: a button which shows bitmaps instead of the usual string.
#include "wx/cocoa/bmpbuttn.h"
#elif defined(__WXPM__)
#include "wx/os2/bmpbuttn.h"
+#elif defined(__WXPALMOS__)
+ #include "wx/palmos/bmpbuttn.h"
#endif
#endif // wxUSE_BMPBUTTON