use stdlib.h instead of malloc.h
This commit is contained in:
parent
ae3ff5faae
commit
2e2d6c7eee
6 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "../src/queue.h"
|
||||
|
||||
int main() {
|
||||
|
|
|
|||
Reference in a new issue