mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08: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