From 8da80e890a57c76671d61acf2ee58d9686b7b271 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Diego=20Elio=20'Flameeyes'=20Petten=C3=B2?= Date: Tue, 19 May 2009 20:46:39 +0200 Subject: [PATCH 2/2] Fix tests on FreeBSD: malloc.h should not be used, stdlib.h should. Also use the C++ proper includes instead of the C includes. --- test/cppscan1.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cppscan1.h b/test/cppscan1.h index 3fa0229..346dd9b 100644 --- a/test/cppscan1.h +++ b/test/cppscan1.h @@ -2,8 +2,8 @@ #define _CPPSCAN1_H #include -#include -#include +#include +#include using namespace std; -- 1.6.3.1