darwin doesn't have <malloc.h>, apparently

This commit is contained in:
Joshua Warner 2012-05-03 08:50:22 -06:00
parent 1b5f37c9de
commit 9cbd67ec61

View File

@ -11,8 +11,8 @@
#ifndef AVIAN_TOOLS_H_
#define AVIAN_TOOLS_H_
#include <stdlib.h>
#include "environment.h"
#include <malloc.h>
namespace avian {