summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/ao_megametrum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/megametrum-v0.1/ao_megametrum.c')
-rw-r--r--src/megametrum-v0.1/ao_megametrum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index a6d93733..55324514 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -23,6 +23,7 @@
#include <ao_packet.h>
#include <ao_companion.h>
#include <ao_profile.h>
+#include <ao_pyro.h>
int
main(void)
@@ -67,6 +68,7 @@ main(void)
ao_packet_slave_init(FALSE);
ao_igniter_init();
ao_companion_init();
+ ao_pyro_init();
ao_config_init();
#if AO_PROFILE