$OpenBSD: patch-third-party_libutp_utypes_h,v 1.1 2011/11/15 16:05:19 naddy Exp $
--- third-party/libutp/utypes.h.orig	Wed Sep 28 19:46:15 2011
+++ third-party/libutp/utypes.h	Wed Sep 28 19:47:06 2011
@@ -36,7 +36,11 @@ typedef const char * cstr;
 typedef char * str;
 
 #ifndef __cplusplus
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#else
 typedef uint8 bool;
+#endif
 #endif
 
 #endif //__UTYPES_H__
