disambiguate malloc.h

This commit is contained in:
Daniel Micay 2018-12-05 02:21:28 -05:00
parent f90fb3199d
commit 79cf5cbeb4
4 changed files with 5 additions and 5 deletions

2
new.cc
View file

@ -4,7 +4,7 @@
#define noreturn
extern "C" {
#include "malloc.h"
#include "h_malloc.h"
#include "util.h"
}