Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'orc/orccpu-arm.c')
-rw-r--r--orc/orccpu-arm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/orc/orccpu-arm.c b/orc/orccpu-arm.c
index d1d436e..6bb219e 100644
--- a/orc/orccpu-arm.c
+++ b/orc/orccpu-arm.c
@@ -32,12 +32,16 @@
#include <orc/orcutils.h>
#include <orc/orcdebug.h>
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
+#endif
#include <time.h>
#if defined(__linux__)
#include <linux/auxvec.h>