log_writer_file: add include px4_posix.h (needed for stack size macro)

Failed with GCC 6.0.1, don't know why it worked before...
This commit is contained in:
Beat Küng 2016-10-24 09:00:46 +02:00 committed by Lorenz Meier
parent c8a79d2443
commit cbbee30e48
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <string.h> #include <string.h>
#include <mathlib/mathlib.h> #include <mathlib/mathlib.h>
#include <px4_posix.h>
namespace px4 namespace px4
{ {