stage1_2/stage1_2.cc
changeset 139 668a54686827
parent 136 32bd7ef40897
child 175 dadda1b5401e
--- a/stage1_2/stage1_2.cc	Tue Aug 19 18:04:28 2008 +0200
+++ b/stage1_2/stage1_2.cc	Thu Aug 21 16:08:19 2008 +0200
@@ -28,6 +28,8 @@
  * and stage 2 (syntax parser) during the first pass.
  */
 
+#include <string.h>
+#include <stdlib.h>
 
 /* file with declaration of absyntax classes... */
 #include "../absyntax/absyntax.hh"