some lint, some bug fixes, ^C handling improvements
[unix-history] / usr / src / contrib / ed / equal.c
index 44502ef..b23a01d 100644 (file)
@@ -9,16 +9,19 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)equal.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)equal.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 
 #endif /* not lint */
 
 #include <sys/types.h>
 
-#include <db.h>
 #include <regex.h>
 #include <setjmp.h>
 #include <stdio.h>
 
 #include <regex.h>
 #include <setjmp.h>
 #include <stdio.h>
 
+#ifdef DBI
+#include <db.h>
+#endif
+
 #include "ed.h"
 #include "extern.h"
 
 #include "ed.h"
 #include "extern.h"