diff options
Diffstat (limited to 'src/core/snapshot.h')
-rw-r--r-- | src/core/snapshot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/snapshot.h b/src/core/snapshot.h index 97747e18bd..bd52dea408 100644 --- a/src/core/snapshot.h +++ b/src/core/snapshot.h @@ -23,6 +23,8 @@ typedef struct Snapshot Snapshot; +#include "unit.h" + struct Snapshot { Unit meta; |