mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Add missing limits.h include in vpi_signal.cc
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
# include <malloc.h>
|
||||
#endif
|
||||
# include <stdlib.h>
|
||||
# include <limits.h>
|
||||
# include <string.h>
|
||||
# include <assert.h>
|
||||
#ifdef CHECK_WITH_VALGRIND
|
||||
|
||||
Reference in New Issue
Block a user