File: tkIntDecls

package info (click to toggle)
libcgns 3.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,484 kB
  • sloc: ansic: 102,609; f90: 14,049; fortran: 10,039; tcl: 9,199; sh: 6,613; makefile: 1,615; csh: 152
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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