Browse Source

Fix missing errno header

sbg
Lorenz Meier 9 years ago
parent
commit
dda6ec3d5f
  1. 1
      src/platforms/posix/drivers/accelsim/accelsim.cpp

1
src/platforms/posix/drivers/accelsim/accelsim.cpp

@ -47,6 +47,7 @@ @@ -47,6 +47,7 @@
#include <math.h>
#include <unistd.h>
#include <px4_getopt.h>
#include <errno.h>
#include <simulator/simulator.h>

Loading…
Cancel
Save