$OpenBSD: patch-src_obex_const_h,v 1.1.1.1 2004/11/12 08:04:22 grange Exp $
--- src/obex_const.h.orig	Wed Oct 20 21:46:41 2004
+++ src/obex_const.h	Wed Oct 20 21:47:01 2004
@@ -30,7 +30,11 @@
 #ifndef OBEX_CONST_H
 #define OBEX_CONST_H
 
+#ifndef __OpenBSD__
 #include <stdint.h>
+#else
+#include <sys/types.h>
+#endif
 
 typedef union {
 	uint32_t bq4;
