$NetBSD: patch-ac,v 1.1 2009/04/23 19:43:06 schwarz Exp $

--- Drivers/Postgre7.1/md5.h.orig	2009-12-11 16:54:08.000000000 +0000
+++ Drivers/Postgre7.1/md5.h
@@ -13,6 +13,9 @@
 
 #include <stdlib.h>
 #include <string.h>
+#ifdef __APPLE__
+#include <stdbool.h>
+#endif
 
 #define MD5_PASSWD_LEN	35
 
