summaryrefslogtreecommitdiff
path: root/src/core/ao_report.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao_report.c')
-rw-r--r--src/core/ao_report.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_report.c b/src/core/ao_report.c
index 7c928792..eb90a4f8 100644
--- a/src/core/ao_report.c
+++ b/src/core/ao_report.c
@@ -16,6 +16,8 @@
*/
#include "ao.h"
+#include <ao_flight.h>
+#include <ao_sample.h>
#define BIT(i,x) ((x) ? (1 << (i)) : 0)
#define MORSE1(a) (1 | BIT(3,a))