aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/px4_includes.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-10 15:06:17 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-10 15:06:17 +0100
commite43a05de3af19f8390aaf5432e7308cc5dabe5ff (patch)
treea4d9aa87fc1e034a9ebdc0c38463dd84a67397b1 /src/platforms/px4_includes.h
parent2e0f13981ed6cdeaebd8ac7cf6f5142f0b84346e (diff)
downloadpx4-firmware-e43a05de3af19f8390aaf5432e7308cc5dabe5ff.tar.gz
px4-firmware-e43a05de3af19f8390aaf5432e7308cc5dabe5ff.tar.bz2
px4-firmware-e43a05de3af19f8390aaf5432e7308cc5dabe5ff.zip
add systemlib to px4 includes
Diffstat (limited to 'src/platforms/px4_includes.h')
-rw-r--r--src/platforms/px4_includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platforms/px4_includes.h b/src/platforms/px4_includes.h
index b8c8d034e..525f94aae 100644
--- a/src/platforms/px4_includes.h
+++ b/src/platforms/px4_includes.h
@@ -65,5 +65,6 @@
#include <uORB/topics/parameter_update.h>
#include <systemlib/err.h>
#include <systemlib/param/param.h>
+#include <systemlib/systemlib.h>
#endif