summaryrefslogtreecommitdiff
path: root/ragel/rlparse.kl
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2007-03-02 17:38:08 +0000
committerAdrian Thurston <thurston@complang.org>2007-03-02 17:38:08 +0000
commit035446fb052e6ab889f5a4034cc44ed9e17f9a00 (patch)
treed35be85ac5cfa60006dca39d45e873f45fbfa3c2 /ragel/rlparse.kl
parentac20faa1a7973f533f69560d7dca752a8f4932c0 (diff)
downloadragel-035446fb052e6ab889f5a4034cc44ed9e17f9a00.tar.gz
Added malloc.h includes. From Josef Goettgens.
Diffstat (limited to 'ragel/rlparse.kl')
-rw-r--r--ragel/rlparse.kl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ragel/rlparse.kl b/ragel/rlparse.kl
index 5b0d8570..6fb8cb2e 100644
--- a/ragel/rlparse.kl
+++ b/ragel/rlparse.kl
@@ -23,6 +23,7 @@
#include "ragel.h"
#include <iostream>
#include <errno.h>
+#include <malloc.h>
using std::cout;
using std::cerr;