Skip to content

Commit 8146aea

Browse files
committed
malloc.h is obsolete.
1 parent 8bbd112 commit 8146aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdint.h>
22
#include <stdio.h>
33
#include <string.h>
4-
#include <malloc.h>
4+
#include <stdlib.h>
55

66
#include "nlr.h"
77
#include "misc.h"

0 commit comments

Comments
 (0)