aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-26 21:08:01 -0800
committerElliott Hughes <enh@google.com>2015-01-26 21:08:01 -0800
commit340b4b89397f8911f3a42485129f9813f9da2541 (patch)
tree60a317944ca1f426f7897c6817c27971ea28e3d1
parent2d72862158c5c6da08d691496d69c56755a38da9 (diff)
downloadwebp-340b4b89397f8911f3a42485129f9813f9da2541.tar.gz
Add missing <string.h> and <unistd.h> includes.
Change-Id: Ib939878f734497516ab0ebb8c2345a2f5378d995
-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>