aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-02-23 07:21:13 -0800
committerLorenz Meier <lm@inf.ethz.ch>2014-04-28 19:21:37 +0200
commit002ff7da7e792010c4eba5903075af83cb1ebd3e (patch)
treeda8d5be905aca59914c7c85235d768ff10daac62 /src/drivers
parentdb304910510ed2ae8c262097fa6e8df1db965d5e (diff)
downloadpx4-firmware-002ff7da7e792010c4eba5903075af83cb1ebd3e.tar.gz
px4-firmware-002ff7da7e792010c4eba5903075af83cb1ebd3e.tar.bz2
px4-firmware-002ff7da7e792010c4eba5903075af83cb1ebd3e.zip
Add missing header in HRT
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/drv_hrt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/drv_hrt.h b/src/drivers/drv_hrt.h
index d130d68b3..8bfc90c64 100644
--- a/src/drivers/drv_hrt.h
+++ b/src/drivers/drv_hrt.h
@@ -41,6 +41,7 @@
#include <sys/types.h>
#include <stdbool.h>
+#include <inttypes.h>
#include <time.h>
#include <queue.h>