2013-09-26 17:14:40 +02:00

15 lines
299 B
Plaintext

$NetBSD: patch-ac,v 1.2 2010/05/03 02:10:43 jnemeth 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