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.
This commit is contained in:
Cary R 2011-04-18 11:21:06 -07:00 committed by Stephen Williams
parent 8b8e181fe2
commit ccf771ec4b
1 changed files with 2 additions and 1 deletions

View File

@ -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.