HRT thread: Linux: Add missing macro

This commit is contained in:
Lorenz Meier
2015-12-01 13:35:54 +01:00
parent 88caa9bc93
commit a048832d55
@@ -41,6 +41,9 @@
#include <px4_config.h>
#include <px4_defines.h>
#include <px4_posix.h>
#ifdef __PX4_LINUX
#define _GNU_SOURCE
#endif
#include <pthread.h>
#include <stdint.h>
#include <signal.h>