18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
|
$OpenBSD: patch-e-util_e-dbhash_c,v 1.1.1.1 2002/05/31 11:49:40 nino Exp $
|
||
|
--- e-util/e-dbhash.c.orig Mon Oct 22 06:54:12 2001
|
||
|
+++ e-util/e-dbhash.c Sun May 26 21:26:39 2002
|
||
|
@@ -12,7 +12,13 @@
|
||
|
|
||
|
#include <string.h>
|
||
|
#include <fcntl.h>
|
||
|
+
|
||
|
+#ifdef HAVE_DB3_H
|
||
|
+#include <db3.h>
|
||
|
+#else
|
||
|
#include <db.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#include "md5-utils.h"
|
||
|
|
||
|
#if DB_VERSION_MAJOR != 3 || \
|