mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Replace malloc.h with stdlib.h
This commit is contained in:
parent
6245376103
commit
f43a7a7790
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue