aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-27 05:08:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-27 05:08:40 +0000
commitc6149923624f596475b1c83e893e37323ad0ad92 (patch)
tree60a317944ca1f426f7897c6817c27971ea28e3d1
parent2d72862158c5c6da08d691496d69c56755a38da9 (diff)
parent340b4b89397f8911f3a42485129f9813f9da2541 (diff)
downloadwebp-c6149923624f596475b1c83e893e37323ad0ad92.tar.gz
Merge "Add missing <string.h> and <unistd.h> includes."
-rw-r--r--src/dsp/cpu-features.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dsp/cpu-features.c b/src/dsp/cpu-features.c
index 6a5cd8f1..749e7b37 100644
--- a/src/dsp/cpu-features.c
+++ b/src/dsp/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>