aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-27 06:19:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-27 06:19:01 +0000
commitc50678901ebef8c13c9e914eb6c6a64ed91be4b5 (patch)
treef00fe1013427821d9f43c847f95605fa21a90ea4
parentbcc0d3b89334f32c9cbf4ca0266e6b7f551d7b9a (diff)
parent9ed69369c0db585e2d3266a5d05c86ca04273eaf (diff)
downloadwebrtc-c50678901ebef8c13c9e914eb6c6a64ed91be4b5.tar.gz
Merge "Add missing <string.h> and <unistd.h> includes."
-rw-r--r--src/system_wrappers/source/android/cpu-features.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system_wrappers/source/android/cpu-features.c b/src/system_wrappers/source/android/cpu-features.c
index 6a5cd8f1aa..749e7b3781 100644
--- a/src/system_wrappers/source/android/cpu-features.c
+++ b/src/system_wrappers/source/android/cpu-features.c
@@ -16,6 +16,8 @@
#include "cpu-features.h"
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include <fcntl.h>
#include <errno.h>