diff options
author | Mark Salyzyn <salyzyn@google.com> | 2015-04-16 08:13:32 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2015-04-16 08:32:25 -0700 |
commit | fd5b425b6eeef94987f7540bc2522fc05750857c (patch) | |
tree | 6e48ef660b321ac430d491c624918a94cee78f7d /libcutils | |
parent | c47b0d5278fc403e6a30ea6f4225699b16613879 (diff) | |
download | system_core-fd5b425b6eeef94987f7540bc2522fc05750857c.zip system_core-fd5b425b6eeef94987f7540bc2522fc05750857c.tar.gz system_core-fd5b425b6eeef94987f7540bc2522fc05750857c.tar.bz2 |
libcutils: fs_config: winsdk_tools build fix
Bug: 19908228
Change-Id: Ia725d20ca4f8a87deec63b6c661f6a09c8671231
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/fs_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c index 40282ab..171bf29 100644 --- a/libcutils/fs_config.c +++ b/libcutils/fs_config.c @@ -33,9 +33,9 @@ #include <sys/stat.h> #include <sys/types.h> -#include <cutils/fs.h> #include <log/log.h> #include <private/android_filesystem_config.h> +#include <utils/Compat.h> /* The following structure is stored little endian */ struct fs_path_config_from_file { |