Linux compile fix

This commit is contained in:
Lorenz Meier
2015-12-01 14:14:17 +01:00
parent a880725bd7
commit 2db915080c
@@ -41,6 +41,11 @@
#include <px4_config.h>
#include <px4_defines.h>
#include <px4_posix.h>
#ifdef __PX4_LINUX
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#endif
#include <pthread.h>
#include <stdint.h>
#include <signal.h>