summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ao_flight_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ao_flight_test.c b/src/test/ao_flight_test.c
index 9bb03d68..a4ef8dc0 100644
--- a/src/test/ao_flight_test.c
+++ b/src/test/ao_flight_test.c
@@ -180,6 +180,7 @@ struct ao_cmds {
#define ao_xmemset(d,v,c) memset(d,v,c)
#define ao_xmemcmp(d,s,c) memcmp(d,s,c)
+#define AO_NEED_ALTITUDE_TO_PRES 1
#include "ao_convert.c"
struct ao_config {