diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-02-13 10:02:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 10:02:00 -0500 |
commit | 225566e1f6586b15d5824d0fe54efafc765cbb1c (patch) | |
tree | 28b21dbe61b1676f3c9b73514f934a77717776d6 /include/omc.h | |
parent | 4527a13debf7ca4c6c193bf2e82351bf3e9e3ea8 (diff) | |
parent | 4959d9c251ce603b8e32e7532559ad2a7867b6ab (diff) | |
download | stasis-225566e1f6586b15d5824d0fe54efafc765cbb1c.tar.gz |
Merge pull request #2 from jhunkeler/compat
Compatibility changes
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 bb49dd1..7eb6c6e 100644 --- a/include/omc.h +++ b/include/omc.h @@ -18,6 +18,7 @@ #include "config.h" #include "template.h" + #include "utils.h" #include "copy.h" #include "ini.h" |