aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.c
diff options
Diffstat (limited to 'target.c')
-rw-r--r--target.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target.c b/target.c
index e3ea4caf..76cbb954 100644
--- a/target.c
+++ b/target.c
@@ -95,6 +95,10 @@ void init_target(void)
case OS_FREEBSD:
wint_ctype = &int_ctype;
break;
+ case OS_OPENBSD:
+ wchar_ctype = &int_ctype;
+ wint_ctype = &int_ctype;
+ break;
}
break;
case MACH_M68K: