From d9bc99629dd3f8624df98ead06f400c4ffb3880b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 23 Jul 2026 14:03:35 -0400 Subject: asserts and cleanup --- snag/src/package.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snag/src/package.h') diff --git a/snag/src/package.h b/snag/src/package.h index bdbf0cb..a96c5c1 100644 --- a/snag/src/package.h +++ b/snag/src/package.h @@ -1,6 +1,8 @@ #ifndef PACKAGE_H #define PACKAGE_H +#include + // this struct is the "handle" of a package to be passed into other package // functions typedef struct { -- cgit v1.2.3