commit | 93e16dca64443aab69d3007e29f69e93850c7427 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Apr 16 15:36:27 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 16 15:36:28 2015 +0000 |
tree | 6e48ef660b321ac430d491c624918a94cee78f7d | |
parent | c47b0d5278fc403e6a30ea6f4225699b16613879 [diff] | |
parent | fd5b425b6eeef94987f7540bc2522fc05750857c [diff] |
Merge "libcutils: fs_config: winsdk_tools build fix"
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 {