Skip to content

Commit

Permalink
Use the ivl malloc, etc. routines in the sys_queue code.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caryr authored and steveicarus committed Apr 21, 2011
1 parent 8b8e181 commit ccf771e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vpi/sys_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include "sys_priv.h"
#include <assert.h>
#include <inttypes.h>
#include <stdlib.h>
#include "sys_priv.h"
#include "ivl_alloc.h"

/*
* The two queue types.
Expand Down

0 comments on commit ccf771e

Please sign in to comment.