aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/perf_counter.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-02-24 23:48:00 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-02-24 23:48:00 +0400
commita79eef05bcb23c9be386a2980437a67151cfa3ea (patch)
tree882fd70abff18e7484a6cf08285bd0d1ab64a2cf /src/modules/systemlib/perf_counter.h
parent17ec859758ca165abaac0cef5889913985d72146 (diff)
downloadpx4-firmware-a79eef05bcb23c9be386a2980437a67151cfa3ea.tar.gz
px4-firmware-a79eef05bcb23c9be386a2980437a67151cfa3ea.tar.bz2
px4-firmware-a79eef05bcb23c9be386a2980437a67151cfa3ea.zip
perf_counter: added include
Diffstat (limited to 'src/modules/systemlib/perf_counter.h')
-rw-r--r--src/modules/systemlib/perf_counter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/systemlib/perf_counter.h b/src/modules/systemlib/perf_counter.h
index e1e3cbe95..d8f69fdbf 100644
--- a/src/modules/systemlib/perf_counter.h
+++ b/src/modules/systemlib/perf_counter.h
@@ -39,6 +39,8 @@
#ifndef _SYSTEMLIB_PERF_COUNTER_H
#define _SYSTEMLIB_PERF_COUNTER_H value
+#include <stdint.h>
+
/**
* Counter types.
*/