Index: sources/src/Makefile.am
===================================================================
--- sources/src/Makefile.am	(revision 32)
+++ sources/src/Makefile.am	(revision 33)
@@ -44,15 +44,3 @@
 libgen_code_la_CXXFLAGS=-DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' $(CXXFLAGS)
 
-include_HEADERS = systemc sc_fwd.h global_functions.h sc_time.h			\
-  sc_nbdefs.h sc_ver_ext.h systemcass_version_ext.h sc_module_name.h	\
-  sc_module_ext.h internal_ext.h casc.h sc_object.h sc_sensitive.h		\
-  serialization_ext.h module_hierarchy_ext.h sc_port_ext.h sc_event.h	\
-  sc_interface.h port_dependency_ext.h fsm_rules.h sc_signal.h			\
-  sc_clock_ext.h sc_unit.h sc_bit.h sc_nbdefs.h sc_fwd.h sc_logic.h		\
-  sc_nbdefs.h sc_fwd.h sc_string.h sc_numrep.h sc_string.h sc_bv.h		\
-  sc_nbdefs.h sc_logic.h sc_unsigned.h sc_nbdefs.h sc_logic.h			\
-  sc_signed.h sc_uint.h data_field.h sc_nbdefs.h sc_int.h sc_nbdefs.h	\
-  sc_lv.h sc_nbdefs.h sc_logic.h sc_unsigned.h sc_signed.h sc_uint.h	\
-  sc_int.h sc_biguint.h sc_nbdefs.h sc_bigint.h sc_nbdefs.h				\
-  sc_trace_ext.h alias.h sc_localvar.h sc_vcd_trace.h sc_pat_trace.h    \
-  systemc.h
+include_HEADERS = alias.h casc.h data_field.h fsm_rules.h global_functions.h internal_ext.h module_hierarchy_ext.h port_dependency_ext.h sc_bigint.h sc_biguint.h sc_bit.h sc_bv.h sc_clock_ext.h sc_event.h sc_fwd.h sc_int.h sc_interface.h sc_localvar.h sc_logic.h sc_lv.h sc_module_ext.h sc_module_name.h sc_nbdefs.h sc_numrep.h sc_object.h sc_pat_trace.h sc_port_ext.h sc_sensitive.h sc_signal.h sc_signed.h sc_string.h sc_time.h sc_trace_ext.h sc_uint.h sc_unit.h sc_unsigned.h sc_vcd_trace.h sc_ver_ext.h serialization_ext.h systemc systemc.h systemcass_version_ext.h
Index: sources/src/global_functions.cc
===================================================================
--- sources/src/global_functions.cc	(revision 32)
+++ sources/src/global_functions.cc	(revision 33)
@@ -35,4 +35,5 @@
  */
 
+#include <cstdio>
 #include <iostream>
 #include <dlfcn.h>
Index: sources/src/sc_numrep.h
===================================================================
--- sources/src/sc_numrep.h	(revision 32)
+++ sources/src/sc_numrep.h	(revision 33)
@@ -13,4 +13,5 @@
 #define __SC_NUMREP_H__
 
+#include <cstdio>
 #include <iostream>
 #include "sc_string.h"
Index: sources/src/sc_vcd_trace.cc
===================================================================
--- sources/src/sc_vcd_trace.cc	(revision 32)
+++ sources/src/sc_vcd_trace.cc	(revision 33)
@@ -41,4 +41,5 @@
 #include "internal.h"
 
+#include <cstdio>
 #include <cassert>
 #include <ctime>
Index: sources/src/schedulers.cc
===================================================================
--- sources/src/schedulers.cc	(revision 32)
+++ sources/src/schedulers.cc	(revision 33)
@@ -45,4 +45,5 @@
 //#include "module_hierarchy2dot.h"
 
+#include <cstdio>
 #include <cassert>
 #include <iostream>
