aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/test_hrt.c
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-29 21:47:37 -0700
committerpx4dev <px4@purgatory.org>2012-10-29 21:47:37 -0700
commit270a5d351f69676bfdd6ada4aa793953265f0491 (patch)
treee9bb8e3cd535dbeb1cbd7c6cced27cdaa1bb6660 /apps/px4/tests/test_hrt.c
parent9a85801cb02af887b89bb2a1b2f09e2f9d4fcd7e (diff)
downloadpx4-firmware-270a5d351f69676bfdd6ada4aa793953265f0491.tar.gz
px4-firmware-270a5d351f69676bfdd6ada4aa793953265f0491.tar.bz2
px4-firmware-270a5d351f69676bfdd6ada4aa793953265f0491.zip
Warning fixes.
Diffstat (limited to 'apps/px4/tests/test_hrt.c')
-rw-r--r--apps/px4/tests/test_hrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/px4/tests/test_hrt.c b/apps/px4/tests/test_hrt.c
index f364ea080..3730272a2 100644
--- a/apps/px4/tests/test_hrt.c
+++ b/apps/px4/tests/test_hrt.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
+#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>