From: dtrg Date: Tue, 20 Feb 2007 00:38:49 +0000 (+0000) Subject: Added some missing #includes. X-Git-Tag: release-6-0-pre-1~27 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e4292486a30ee1942f65af30cd32077665534594;p=ack.git Added some missing #includes. --- diff --git a/lang/occam/comp/expr.c b/lang/occam/comp/expr.c index 1f2719cb3..36eef9c0e 100644 --- a/lang/occam/comp/expr.c +++ b/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 #include "symtab.h" #include "sizes.h" #include "expr.h"