aboutsummaryrefslogtreecommitdiff
path: root/include/omc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/omc.h')
-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)