about summary refs log tree commit diff stats
path: root/wrapperhelper/src/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrapperhelper/src/parse.h')
-rw-r--r--wrapperhelper/src/parse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wrapperhelper/src/parse.h b/wrapperhelper/src/parse.h
index 8c7d54b3..e80f32d2 100644
--- a/wrapperhelper/src/parse.h
+++ b/wrapperhelper/src/parse.h
@@ -6,9 +6,10 @@
 #include <stdio.h>
 
 #include "lang.h"
+#include "machine.h"
 
 void dump_prepare(const char *filename, FILE *file);
-void dump_preproc(const char *filename, FILE *file);
-file_t *parse_file(const char *filename, FILE *file);
+void dump_preproc(machine_t *target, const char *filename, FILE *file);
+file_t *parse_file(machine_t *target, const char *filename, FILE *file);
 
 #endif // PARSE_H