diff options
Diffstat (limited to 'include/envctl.h')
-rw-r--r-- | include/envctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envctl.h b/include/envctl.h index c8ef357..659cae3 100644 --- a/include/envctl.h +++ b/include/envctl.h @@ -1,7 +1,9 @@ +//! @file envctl.h #ifndef STASIS_ENVCTL_H #define STASIS_ENVCTL_H #include <stdlib.h> +#include "core.h" #define STASIS_ENVCTL_PASSTHRU 0 #define STASIS_ENVCTL_REQUIRED 1 << 1 |