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:
parent
8b8e181fe2
commit
ccf771ec4b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue