aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@student.ethz.ch>2013-03-09 12:27:29 +0100
committerThomas Gubler <thomasgubler@student.ethz.ch>2013-03-09 12:28:30 +0100
commit4b26d7aef4e1b1d714b55cfb7abb48adcfd8c975 (patch)
tree0dc6979433c93397610a79a2611b982365062e4e /apps
parentc9775d745578f53e62362070414573b2b655ade8 (diff)
downloadpx4-firmware-4b26d7aef4e1b1d714b55cfb7abb48adcfd8c975.tar.gz
px4-firmware-4b26d7aef4e1b1d714b55cfb7abb48adcfd8c975.tar.bz2
px4-firmware-4b26d7aef4e1b1d714b55cfb7abb48adcfd8c975.zip
adding missing include
Diffstat (limited to 'apps')
-rw-r--r--apps/px4io/mixer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/px4io/mixer.cpp b/apps/px4io/mixer.cpp
index 092a35a44..ec69cdd64 100644
--- a/apps/px4io/mixer.cpp
+++ b/apps/px4io/mixer.cpp
@@ -38,6 +38,7 @@
*/
#include <nuttx/config.h>
+#include <syslog.h>
#include <sys/types.h>
#include <stdbool.h>