diff options
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/parse.h b/core/parse.h index 23b9d5af4..56fbff7b4 100644 --- a/core/parse.h +++ b/core/parse.h @@ -4,6 +4,8 @@ #define MAX_EVENT_NAME 128 +#include "dive.h" // for struct event! + #include <sqlite3.h> typedef union { |