SDLOG2: Add missing POSIX header

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

View File

@ -47,6 +47,7 @@
#include <px4_getopt.h>
#include <px4_tasks.h>
#include <px4_time.h>
#include <px4_posix.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef __PX4_DARWIN