$OpenBSD$

Index: runtime/druntime/src/rt/sections.d
--- runtime/druntime/src/rt/sections.d.orig
+++ runtime/druntime/src/rt/sections.d
@@ -16,6 +16,8 @@ version (CRuntime_Glibc)
     public import rt.sections_elf_shared;
 else version (FreeBSD)
     public import rt.sections_elf_shared;
+else version (OpenBSD)
+    public import rt.sections_elf_shared;
 else version (DragonFlyBSD)
     public import rt.sections_elf_shared;
 else version (Solaris)
