summaryrefslogtreecommitdiffstats
path: root/base/file.cpp
diff options
context:
space:
mode:
authorFlorian Mayer <fmayer@google.com>2018-10-23 15:56:28 +0100
committerChristopher Ferris <cferris@google.com>2018-12-06 10:09:20 -0800
commit3f1f2e07abe919abe044d710aea644d0aebde56a (patch)
tree030fc92defd72d83a7c5c3af173f08922221bf51 /base/file.cpp
parent215d1d510ea1d1f076716ab9303f87cbcd8bcacc (diff)
downloadsystem_core-3f1f2e07abe919abe044d710aea644d0aebde56a.tar.gz
system_core-3f1f2e07abe919abe044d710aea644d0aebde56a.tar.bz2
system_core-3f1f2e07abe919abe044d710aea644d0aebde56a.zip
Add missing includes.
Test: Builds. Change-Id: Ia8b79154902503cdd774dc3b4523466123b4324c
Diffstat (limited to 'base/file.cpp')
-rw-r--r--base/file.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file.cpp b/base/file.cpp
index d5bb7fe24..2f4a51758 100644
--- a/base/file.cpp
+++ b/base/file.cpp
@@ -22,6 +22,7 @@
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>