3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Use tcl.h instead

This commit is contained in:
Akash Levy 2024-12-09 17:32:25 -08:00
parent 1d0570a52c
commit 78ceb23022

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