Replace malloc.h with stdlib.h

This commit is contained in:
Michael Hartmann 2016-01-27 11:56:38 -08:00
parent 6245376103
commit f43a7a7790

View File

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