mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2005/01/18 17:46:31 peter Exp $
|
|
|
|
--- crawldb.c.orig 2003-05-17 18:59:51.000000000 +0200
|
|
+++ crawldb.c 2004-06-11 23:56:47.000000000 +0200
|
|
@@ -44,6 +44,8 @@
|
|
#include <db_185.h>
|
|
#elif HAVE_DB_H
|
|
#include <db.h>
|
|
+#elif HAVE_DB1_H
|
|
+#include <db1/db.h>
|
|
#endif
|
|
#include <compat/md5.h>
|
|
|