Index: common/eda_base_frame.cpp
--- common/eda_base_frame.cpp.orig
+++ common/eda_base_frame.cpp
@@ -1533,7 +1533,7 @@ void EDA_BASE_FRAME::ShowPreferences( wxString aStartP
                     return new PANEL_MOUSE_SETTINGS( aParent );
                 }, _( "Mouse and Touchpad" ) );
 
-#if defined(__linux__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)
         book->AddLazyPage(
                 [] ( wxWindow* aParent ) -> wxWindow*
                 {
