diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c index 0ad75b73..7d76d2fe 100644 --- a/src/core.c +++ b/src/core.c @@ -45,6 +45,8 @@ #include "library.h" #include "core.h" #include "env.h" +#include "cleanup.h" +#include "freq.h" box64context_t *my_context = NULL; extern box64env_t box64env; |