summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/unix/posix/timer/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/posix/timer/timer.c b/c/src/lib/libbsp/unix/posix/timer/timer.c
index baef9295e5..223a82a5d6 100644
--- a/c/src/lib/libbsp/unix/posix/timer/timer.c
+++ b/c/src/lib/libbsp/unix/posix/timer/timer.c
@@ -19,6 +19,7 @@
#include <rtems.h>
#include <time.h>
+#include <sys/time.h>
struct timeval Timer_start;
struct timeval Timer_stop;