Add missing limits.h include in vpi_signal.cc

This commit is contained in:
Cary R 2009-08-27 16:47:50 -07:00 committed by Stephen Williams
parent e31b6bd20c
commit 83c7a24cff
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
# include <malloc.h> # include <malloc.h>
#endif #endif
# include <stdlib.h> # include <stdlib.h>
# include <limits.h>
# include <string.h> # include <string.h>
# include <assert.h> # include <assert.h>
#ifdef CHECK_WITH_VALGRIND #ifdef CHECK_WITH_VALGRIND