INAV: Add missing POSIX header

This commit is contained in:
Lorenz Meier 2015-09-20 10:25:43 +02:00
parent 616b9f7bc0
commit 54493154b9
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
* @author Nuno Marques <n.marques21@hotmail.com>
*/
#include <px4_posix.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>