$NetBSD: patch-ae,v 1.1 2009/09/14 18:52:03 asau Exp $

NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.

--- src/plot.c.orig	2008-12-15 07:18:36.000000000 +0300
+++ src/plot.c	2009-09-14 17:22:09.000000000 +0400
@@ -120,7 +120,7 @@
 /* BSD editline
 */
 #ifdef HAVE_LIBEDITLINE
-# include <editline/readline.h>
+# include <readline/readline.h>
 #endif
 
 /* enable gnuplot history with readline */
