From 2edc9d2a9d83127ca31fb656be3b4a086124e334 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 2 Apr 2024 18:51:39 -0400 Subject: Include wheel.h --- include/omc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/omc.h') 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) -- cgit