Added some missing #includes.
authordtrg <none@none>
Tue, 20 Feb 2007 00:38:49 +0000 (00:38 +0000)
committerdtrg <none@none>
Tue, 20 Feb 2007 00:38:49 +0000 (00:38 +0000)
lang/occam/comp/expr.c

index 1f2719c..36eef9c 100644 (file)
@@ -3,6 +3,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
+#include <stdio.h>
 #include "symtab.h"
 #include "sizes.h"
 #include "expr.h"