aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 47af365..1e2b815 100644
--- a/tcc.h
+++ b/tcc.h
@@ -661,6 +661,10 @@ struct TCCState {
char **crt_paths;
int nb_crt_paths;
+ /* -include files */
+ char **cmd_include_files;
+ int nb_cmd_include_files;
+
/* error handling */
void *error_opaque;
void (*error_func)(void *opaque, const char *msg);