diff options
Diffstat (limited to 'mail/perdition/files/patch-makebdb-makebdb.c')
-rw-r--r-- | mail/perdition/files/patch-makebdb-makebdb.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/perdition/files/patch-makebdb-makebdb.c b/mail/perdition/files/patch-makebdb-makebdb.c new file mode 100644 index 000000000000..c976a51c864b --- /dev/null +++ b/mail/perdition/files/patch-makebdb-makebdb.c @@ -0,0 +1,11 @@ +--- makebdb/makebdb.c.orig Mon Apr 28 08:13:47 2003 ++++ makebdb/makebdb.c Sun Jun 15 18:36:21 2003 +@@ -35,7 +35,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <ctype.h> +-#include <db.h> ++#include <db3/db.h> + + #include "options.h" + |