$NetBSD: patch-ad,v 1.1.1.1 2001/04/27 14:43:56 agc Exp $

Look for the header file in the right place.

--- gui/gui_main.c	2001/04/27 14:26:21	1.1
+++ gui/gui_main.c	2001/04/27 14:27:20
@@ -21,8 +21,13 @@
 #include "gui.h"
 #include "gui_interface.h"
 
+#include <sys/param.h>
+
+#if (defined(BSD) && BSD >= 199506)
+#include <eXdbm.h>
+#else
 #include "eXdbm/eXdbm.h"
-// #include <eXdbm.h>
+#endif
 
 /*
  * --- Function prototypes
