mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 22:40:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user