aboutsummaryrefslogtreecommitdiff
path: root/include/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#include <dirent.h>
-#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