aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-27 06:31:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-27 06:31:19 +0000
commitc7d448429fa264787d231d20bb1d8e2e273e852b (patch)
treef00fe1013427821d9f43c847f95605fa21a90ea4
parent3ee3b02ec01d7598ae1081274b8f3005fcc1cda3 (diff)
parentc50678901ebef8c13c9e914eb6c6a64ed91be4b5 (diff)
downloadwebrtc-marshmallow-dr-dev.tar.gz
* commit 'c50678901ebef8c13c9e914eb6c6a64ed91be4b5': 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>