Skip to content
Snippets Groups Projects
Commit 88bb9837 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Land detector: Add required POSIX header

parent 067c0fd3
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@
#include "LandDetector.h"
#include <unistd.h> //usleep
#include <drivers/drv_hrt.h>
#include <px4_config.h>
#include <px4_defines.h>
LandDetector::LandDetector() :
_landDetectedPub(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment