blob: 78e4c9675c6bb1499859a325f0a474cefd22da9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1.1.1 2002/12/07 15:12:41 cjep Exp $
--- isync.h.orig Wed Jan 16 19:47:28 2002
+++ isync.h
@@ -25,7 +25,7 @@
#if HAVE_LIBSSL
#include <openssl/ssl.h>
#endif
-#include <db.h>
+#include <ndbm.h>
#include "debug.h"
typedef struct
|