Browse Source

Added some missing #includes.

dtrg 17 years ago
parent
commit
e4292486a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lang/occam/comp/expr.c

+ 1 - 0
lang/occam/comp/expr.c

@@ -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"