forked from Archive/PX4-Autopilot
INAV: Add missing POSIX header
This commit is contained in:
parent
616b9f7bc0
commit
54493154b9
|
@ -39,6 +39,7 @@
|
|||
* @author Nuno Marques <n.marques21@hotmail.com>
|
||||
*/
|
||||
|
||||
#include <px4_posix.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue