Browse Source

Replace malloc.h with stdlib.h

shared-context
Michael Hartmann 9 years ago
parent
commit
f43a7a7790
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nanovg.c

+ 1
- 1
src/nanovg.c 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"


Loading…
Cancel
Save