malloc.h is obsolete.

This commit is contained in:
Edd Barrett 2014-01-01 23:14:36 +00:00
parent 8bbd112938
commit 8146aea8ef

View File

@ -1,7 +1,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "nlr.h"
#include "misc.h"