File: xyplot-fix.patch

package info (click to toggle)
ncl 6.6.2.dfsg.1-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 236,516 kB
  • sloc: ansic: 636,333; fortran: 443,915; csh: 19,653; sed: 11,224; yacc: 4,248; f90: 4,079; sh: 3,284; xml: 1,928; python: 1,841; lex: 1,298; perl: 995; java: 447; makefile: 398; objc: 291
file content (29 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (5)
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>