Use tcl.h instead

This commit is contained in:
Akash Levy 2024-12-09 17:32:25 -08:00
parent 1d0570a52c
commit 78ceb23022
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "libs/json11/json11.hpp"
#ifdef YOSYS_ENABLE_TCL
#define CONST const
#include "tcl.h"
#include "tclTomMath.h"
#include "tclTomMathDecls.h"
#endif