mavlink: fix include for unit tests

This is required to find the include directory for the unit test of the
MavlinkStatustextHandler.
This commit is contained in:
Julian Oes 2021-12-20 08:56:34 +01:00 committed by Daniel Agar
parent 2e0286e6bb
commit 5cfe30fa2e

View File

@ -61,7 +61,7 @@
# define MAVLINK_COMM_5 static_cast<mavlink_channel_t>(5)
#endif
#include <mavlink_types.h>
#include <mavlink/mavlink_types.h>
#include <unistd.h>
__BEGIN_DECLS