From b65f35cdafb47b4be7dabdfbd5302fa1c00f572c Mon Sep 17 00:00:00 2001 From: thurston Date: Fri, 2 Mar 2007 17:38:08 +0000 Subject: [PATCH] Added malloc.h includes. From Josef Goettgens. git-svn-id: http://svn.complang.org/ragel/trunk@116 052ea7fc-9027-0410-9066-f65837a77df0 --- ragel/rlparse.kl | 1 + redfsm/xmlparse.kl | 1 + 2 files changed, 2 insertions(+) diff --git a/ragel/rlparse.kl b/ragel/rlparse.kl index 5b0d857..6fb8cb2 100644 --- a/ragel/rlparse.kl +++ b/ragel/rlparse.kl @@ -23,6 +23,7 @@ #include "ragel.h" #include #include +#include using std::cout; using std::cerr; diff --git a/redfsm/xmlparse.kl b/redfsm/xmlparse.kl index 45376a6..c63a1c4 100644 --- a/redfsm/xmlparse.kl +++ b/redfsm/xmlparse.kl @@ -23,6 +23,7 @@ #include "common.h" #include "gendata.h" #include +#include using std::cout; using std::ostream; -- 2.7.4