remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / ir / irdump_t.h
index 1d584d7..f7696d4 100644 (file)
@@ -26,6 +26,7 @@
 #define FIRM_IR_IRDUMPT_T_H
 
 #include "irdump.h"
+#include "irgraph_t.h"
 
 /* Attributes of nodes */
 #define PRINT_DEFAULT_NODE_ATTR
@@ -92,7 +93,7 @@ extern int opt_dump_analysed_type_info;
 
 FILE *vcg_open (ir_graph *irg, const char * suffix1, const char *suffix2);
 FILE *vcg_open_name (const char *name, const char *suffix);
-void dump_vcg_header(FILE *F, const char *name, const char *orientation);
+void dump_vcg_header(FILE *F, const char *name, const char *layout, const char *orientation);
 void dump_vcg_footer(FILE *F);
 const char *get_irg_dump_name(ir_graph *irg);