Added some missing #includes.
This commit is contained in:
parent
08431edbdb
commit
e4292486a3
|
@ -3,6 +3,7 @@
|
||||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
*/
|
*/
|
||||||
|
#include <stdio.h>
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
#include "sizes.h"
|
#include "sizes.h"
|
||||||
#include "expr.h"
|
#include "expr.h"
|
||||||
|
|
Loading…
Reference in a new issue