Replace malloc.h with stdlib.h
This commit is contained in:
parent
6245376103
commit
f43a7a7790
@ -16,9 +16,9 @@
|
||||
// 3. This notice may not be removed or altered from any source distribution.
|
||||
//
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
|
||||
#include "nanovg.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user