diff options
Diffstat (limited to 'snag/src/package.h')
| -rw-r--r-- | snag/src/package.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h> + // this struct is the "handle" of a package to be passed into other package // functions typedef struct { |
