mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
2e0286e6bb
commit
5cfe30fa2e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user