Package: ncl / 6.5.0-2

xyplot-fix.patch Patch series | download
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
28
29
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Fix missing headers.
Last-Updated: 2017-04-17
Forwarded: no

Index: ncl-6.3.0/ni/src/examples/xyplot/xy12c.c
===================================================================
--- ncl-6.3.0.orig/ni/src/examples/xyplot/xy12c.c
+++ ncl-6.3.0/ni/src/examples/xyplot/xy12c.c
@@ -31,6 +31,7 @@
 #include <ncarg/hlu/CairoWorkstation.h>
 #include <ncarg/hlu/XyPlot.h>
 #include <ncarg/hlu/CoordArrTable.h>
+#include <ncarg/hlu/CairoWorkstation.h>
 #include <Xm/Xm.h>
 #include <Xm/AtomMgr.h>
 #include <Xm/Protocols.h>
Index: ncl-6.3.0/ni/src/examples/xyplot/xy13c.c
===================================================================
--- ncl-6.3.0.orig/ni/src/examples/xyplot/xy13c.c
+++ ncl-6.3.0/ni/src/examples/xyplot/xy13c.c
@@ -28,6 +28,7 @@
 #include <ncarg/hlu/CairoWorkstation.h>
 #include <ncarg/hlu/CoordArrTable.h>
 #include <ncarg/hlu/XyPlot.h>
+#include <ncarg/hlu/CairoWorkstation.h>
 #include <Xm/Xm.h>
 #include <Xm/Protocols.h>
 #include <Xm/Form.h>