OSDN Git Service

Fix missing #includes in system/vold.
authorElliott Hughes <enh@google.com>
Mon, 29 Dec 2014 22:09:42 +0000 (14:09 -0800)
committerElliott Hughes <enh@google.com>
Mon, 29 Dec 2014 22:09:42 +0000 (14:09 -0800)
Change-Id: I53611cf8373daf638b0cc45b7b3d17e4d3e7247e

fstrim.c

index 895d44f..8a02c77 100644 (file)
--- 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>