Browse Source

Commander: Add required POSIX header

sbg
Lorenz Meier 10 years ago
parent
commit
067c0fd328
  1. 2
      src/modules/commander/state_machine_helper.cpp

2
src/modules/commander/state_machine_helper.cpp

@ -48,6 +48,8 @@ @@ -48,6 +48,8 @@
#include <string.h>
#include <math.h>
#include <px4_posix.h>
#include <uORB/uORB.h>
#include <uORB/topics/vehicle_status.h>
#include <uORB/topics/actuator_controls.h>

Loading…
Cancel
Save