From: Michael R. Crusoe <crusoe@debian.org>
Subject: Add missing include
Forwarded: not-needed

Upstream's more complicated fix: https://github.com/CGNS/CGNS/commit/30157c3a893074f0ff28cddff9d746ab613c84ba
--- libcgns.orig/src/cgnstools/tkogl/tkogl.c
+++ libcgns/src/cgnstools/tkogl/tkogl.c
@@ -21,6 +21,8 @@
 #include "gencyl.h"
 #include "printstr.h"
 #include "feedback.h"
+#include <tkInt.h>
+#include <tkIntDecls.h>
 
 #ifndef CONST
 # define CONST
