$OpenBSD: patch-j2se_src_share_native_sun_font_t2k_cpu_h,v 1.1.1.1 2005/05/25 17:27:53 kurt Exp $
--- j2se/src/share/native/sun/font/t2k/cpu.h.orig	Tue Jan 25 22:14:50 2005
+++ j2se/src/share/native/sun/font/t2k/cpu.h	Tue Jan 25 22:16:09 2005
@@ -177,6 +177,9 @@
 
 	/* Macros to do byte swapping when used on littleEndian machines and do NOTHING on others */
 
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#endif
 #include <machine/endian.h>
 
 #if (BYTE_ORDER == LITTLE_ENDIAN)
