From: thurston Date: Fri, 2 Mar 2007 17:38:08 +0000 (+0000) Subject: Added malloc.h includes. From Josef Goettgens. X-Git-Tag: 2.0_alpha~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b65f35cdafb47b4be7dabdfbd5302fa1c00f572c;p=external%2Fragel.git Added malloc.h includes. From Josef Goettgens. git-svn-id: http://svn.complang.org/ragel/trunk@116 052ea7fc-9027-0410-9066-f65837a77df0 --- 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;