소스 검색

Added some missing #includes.

dtrg 17 년 전
부모
커밋
e4292486a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"