commit | 939efab779eadea9fa95e22635572950c005fd9d | [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 | e5b2a8f75744a0326fbf1ebdec49ed771753f1d5 [diff] | |
parent | 0137b8c25a710045ad04583758e669005222c462 [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 {