None, Showmessage is not part of the RTL, it is part of the LCL, which means you need to make sure you're project is a Lazarus project with the LCL included and a widgetset setup that can do ShowMessage.
If you have that, than you can include the Dialogs unit from the LCL as cdbc said