summaryrefslogtreecommitdiff
path: root/editors/xemacs20/patches/patch-af
blob: 54fcf92f9c955cc497b1962fc00384726ed983a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/database.c	Tue Aug 19 13:41:17 1997
+++ database.c	Tue Aug 19 13:41:32 1997
@@ -29,7 +29,7 @@
 #ifdef HAVE_DATABASE
 #include <database.h>         /* Our include file     */
 #ifdef HAVE_BERKELEY_DB
-#include <db.h>                       /* Berkeley db access   */
+#include "/usr/include/db.h"                       /* Berkeley db access   */
 #endif
 #ifdef HAVE_DBM
 #include <ndbm.h>