Compatibility with gcc-4.3

Add "include"s to fix errors flagged by gcc-4.3.2
This commit is contained in:
Larry Doolittle 2008-09-09 09:27:04 -07:00 committed by Stephen Williams
parent 05f129211e
commit 8704e3e34f
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# include <typeinfo>
# include <cstdlib>
# include <cstring>
# include <limits.h>
# include "compiler.h"
# include "pform.h"

View File

@ -20,6 +20,7 @@
# include "config.h"
# include "compiler.h"
# include <stdlib.h>
# include <iostream>
# include "netlist.h"

View File

@ -18,6 +18,7 @@
*/
# include "config.h"
# include <string.h>
/*
* This is a null target module. It does nothing.