summaryrefslogtreecommitdiffstats
path: root/src/bltGrLegdOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrLegdOp.h')
-rw-r--r--src/bltGrLegdOp.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/bltGrLegdOp.h b/src/bltGrLegdOp.h
index 046b2dc..f705b20 100644
--- a/src/bltGrLegdOp.h
+++ b/src/bltGrLegdOp.h
@@ -30,11 +30,12 @@
#ifndef __BltGrLegdOp_h__
#define __BltGrLegdOp_h__
-extern "C" {
-#include "bltOp.h"
-}
+#include <tk.h>
+#ifdef USE_TK_STUBS
+#include <tkInt.h>
+#endif
-extern const BltEnsemble legendEnsemble[];
-extern const BltEnsemble selectionEnsemble[];
+extern const TkEnsemble legendEnsemble[];
+extern const TkEnsemble selectionEnsemble[];
#endif