A couple header fixes from Diego.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 23 May 2009 02:15:25 +0000 (02:15 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 23 May 2009 02:15:25 +0000 (02:15 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@870 052ea7fc-9027-0410-9066-f65837a77df0

test/cppscan1.h

index 3fa0229..346dd9b 100644 (file)
@@ -2,8 +2,8 @@
 #define _CPPSCAN1_H
 
 #include <iostream>
-#include <malloc.h>
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
 
 using namespace std;