Added malloc.h includes. From Josef Goettgens.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Mar 2007 17:38:08 +0000 (17:38 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Mar 2007 17:38:08 +0000 (17:38 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@116 052ea7fc-9027-0410-9066-f65837a77df0

ragel/rlparse.kl
redfsm/xmlparse.kl

index 5b0d857..6fb8cb2 100644 (file)
@@ -23,6 +23,7 @@
 #include "ragel.h"
 #include <iostream>
 #include <errno.h>
+#include <malloc.h>
 
 using std::cout;
 using std::cerr;
index 45376a6..c63a1c4 100644 (file)
@@ -23,6 +23,7 @@
 #include "common.h"
 #include "gendata.h"
 #include <iostream>
+#include <malloc.h>
 
 using std::cout;
 using std::ostream;