blob: ef3d5fe563dd4f3b8849991494865fea74433599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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
|