From e19511008fdb2d32bf1412461b1ea1a75f0a5ba5 Mon Sep 17 00:00:00 2001
From: Rob Vermaas <rob.vermaas@gmail.com>
Date: Wed, 5 Jan 2011 09:23:49 +0100
Subject: [PATCH 1/2] do not use sys/malloc.h include, not needed because of stdlib.h

---
 src/decode_r2007.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/decode_r2007.c b/src/decode_r2007.c
index faa6f9f..b89e585 100644
--- a/src/decode_r2007.c
+++ b/src/decode_r2007.c
@@ -18,9 +18,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-#ifndef __APPLE__
-#include <sys/malloc.h>
-#endif
 #include <sys/types.h>
 #include <stdbool.h>
 #include "bits.h"
-- 
1.7.3.2

