Simulator: Add missing header

This commit is contained in:
Lorenz Meier
2015-12-01 13:41:33 +01:00
parent 360e3c03b6
commit 72e0664f1e
@@ -39,6 +39,10 @@
#include <drivers/drv_pwm_output.h>
#include <sys/socket.h>
#include <netinet/in.h>
#ifdef __PX4_LINUX
#define _GNU_SOURCE
#endif
#include <pthread.h>
extern "C" __EXPORT hrt_abstime hrt_reset(void);