commit | 721c3d0fa9612ff5d13e0240a5ce4d789e150a1b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 14:09:42 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 14:09:42 2014 -0800 |
tree | 4050a06de5d3b749fcd0bf5c54ecb9d38a021416 | |
parent | 88aba541a0ce93dc4f2198ff25cce3cf41016e17 [diff] [blame] |
Fix missing #includes in system/vold. Change-Id: I53611cf8373daf638b0cc45b7b3d17e4d3e7247e
diff --git a/fstrim.c b/fstrim.c index 895d44f..8a02c77 100644 --- a/fstrim.c +++ b/fstrim.c
@@ -16,6 +16,7 @@ #include <sys/types.h> #include <sys/stat.h> +#include <errno.h> #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h>