diff options
| author | Olivier Bailly <olivier@google.com> | 2010-11-16 10:41:53 -0800 |
|---|---|---|
| committer | Olivier Bailly <olivier@google.com> | 2010-11-16 10:41:53 -0800 |
| commit | 37dcda68d334f70e1f7f69a9817def65fe3ee717 (patch) | |
| tree | 9a504e5f9ec4cccb68ef0890361c154db5db905d /Volume.cpp | |
| parent | 92c243afae15567f166d0059db5aff13b8849596 (diff) | |
| download | android_system_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.tar.gz android_system_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.tar.bz2 android_system_vold-37dcda68d334f70e1f7f69a9817def65fe3ee717.zip | |
Add missing include headers for compilation on Intel target for Google TV.
Change-Id: I9f71b5e871671d1d64ad37f78a8944653409b8e1
Diffstat (limited to 'Volume.cpp')
| -rw-r--r-- | Volume.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <sys/mount.h> #include <linux/kdev_t.h> +#include <linux/fs.h> #include <cutils/properties.h> |
