From ccf771ec4ba250b687632325602d3294390cce0d Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 18 Apr 2011 11:21:06 -0700 Subject: [PATCH] Use the ivl malloc, etc. routines in the sys_queue code. We want to use the ivl definitions for malloc, etc. to check for errors. This patch adds the include for this to sys_queue.c. --- vpi/sys_queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vpi/sys_queue.c b/vpi/sys_queue.c index adc281ec2..86ad0c6de 100644 --- a/vpi/sys_queue.c +++ b/vpi/sys_queue.c @@ -16,10 +16,11 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "sys_priv.h" #include #include #include +#include "sys_priv.h" +#include "ivl_alloc.h" /* * The two queue types.