blob: dc915f036efa9563337e4d167569cf95c4f20037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$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
|