From 67975a5944706e382fe1e7b00d226715c6242358 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 10:07:16 -0400 Subject: Mass attempt at windows portability --- include/environment.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index 484f02c..a7e6604 100644 --- a/include/environment.h +++ b/include/environment.h @@ -7,7 +7,7 @@ #include #include #include -#include "environment.h" +#include "omc.h" typedef struct StrList RuntimeEnv; @@ -20,4 +20,5 @@ char *runtime_expand_var(RuntimeEnv *env, char *input); void runtime_export(RuntimeEnv *env, char **keys); void runtime_apply(RuntimeEnv *env); void runtime_free(RuntimeEnv *env); + #endif //OMC_ENVIRONMENT_H -- cgit