From a29bca4b79f19e9f04420b545bdec27ddc99150c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Oct 2024 09:36:14 -0400 Subject: Fix includes --- include/envctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/envctl.h') diff --git a/include/envctl.h b/include/envctl.h index 1536938..659cae3 100644 --- a/include/envctl.h +++ b/include/envctl.h @@ -3,6 +3,7 @@ #define STASIS_ENVCTL_H #include +#include "core.h" #define STASIS_ENVCTL_PASSTHRU 0 #define STASIS_ENVCTL_REQUIRED 1 << 1 -- cgit