diff options
Diffstat (limited to 'include/omc.h')
-rw-r--r-- | include/omc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/omc.h b/include/omc.h index 6c4821f..432d88a 100644 --- a/include/omc.h +++ b/include/omc.h @@ -13,6 +13,7 @@ struct OMC_GLOBAL { unsigned char verbose; unsigned char always_update_base_environment; unsigned char continue_on_error; + char *tmpdir; }; #include "utils.h" |