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>
