mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
px4_log.c: fix cygwin include
This commit is contained in:
@@ -34,8 +34,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <px4_log.h>
|
||||
#if defined(__PX4_POSIX) && !defined(__PX4_CYGWIN)
|
||||
#if defined(__PX4_POSIX)
|
||||
#if !defined(__PX4_CYGWIN)
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
#include <px4_daemon/server_io.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user