aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-02 18:51:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-02 18:55:48 -0400
commit2edc9d2a9d83127ca31fb656be3b4a086124e334 (patch)
tree3c9b9d12857235a4fbf304f0072f08142ef3f62c /include
parent333eb381749e174f049b47d7e60ef05893788144 (diff)
downloadstasis-2edc9d2a9d83127ca31fb656be3b4a086124e334.tar.gz
Include wheel.h
Diffstat (limited to 'include')
-rw-r--r--include/omc.h1
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)