diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-02 18:51:39 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-02 18:55:48 -0400 |
commit | 2edc9d2a9d83127ca31fb656be3b4a086124e334 (patch) | |
tree | 3c9b9d12857235a4fbf304f0072f08142ef3f62c /include | |
parent | 333eb381749e174f049b47d7e60ef05893788144 (diff) | |
download | stasis-2edc9d2a9d83127ca31fb656be3b4a086124e334.tar.gz |
Include wheel.h
Diffstat (limited to 'include')
-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 cc1d705..0d4a021 100644 --- a/include/omc.h +++ b/include/omc.h @@ -37,6 +37,7 @@ #include "download.h" #include "recipe.h" #include "relocation.h" +#include "wheel.h" #define guard_runtime_free(X) do { if (X) { runtime_free(X); X = NULL; } } while (0) #define guard_strlist_free(X) do { if ((*X)) { strlist_free(X); (*X) = NULL; } } while (0) |