$NetBSD: patch-ai,v 1.2 2001/01/31 12:42:14 jtb Exp $ --- r_plot.c.orig Wed Jan 31 08:29:57 2001 +++ r_plot.c @@ -56,8 +56,8 @@ #include <stdio.h> #define PL_DOUBLE 1 -#include <plplot.h> -#include <pdf.h> +#include <plplot/plplot.h> +#include <plplot/pdf.h> /* * If your version of Plplot doesn't have plstrm.h, @@ -65,9 +65,9 @@ */ #ifndef __riscos -#include <plstrm.h> +#include <plplot/plstrm.h> #else -#include <plstream.h> +#include <plplot/plstream.h> /* #include <plstrm.h> */ #endif