Add missing include headers for compilation on Intel target for Google TV.

Change-Id: I9f71b5e871671d1d64ad37f78a8944653409b8e1
gugelfrei
Olivier Bailly 14 years ago
parent 92c243afae
commit 37dcda68d3

@ -22,6 +22,7 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#define LOG_TAG "VoldCmdListener"
#include <cutils/log.h>
@ -504,4 +505,3 @@ int CommandListener::XwarpCmd::runCommand(SocketClient *cli,
return 0;
}

@ -15,6 +15,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
@ -292,4 +293,3 @@ void *Devmapper::_align(void *ptr, unsigned int a)
return (void *) (((unsigned long) ptr + agn) & ~agn);
}

@ -15,6 +15,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
@ -30,6 +31,7 @@
#include <sys/mount.h>
#include <linux/kdev_t.h>
#include <linux/fs.h>
#define LOG_TAG "Vold"

@ -15,6 +15,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
@ -22,6 +23,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <linux/kdev_t.h>

@ -17,6 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#define LOG_TAG "Vold"

@ -27,6 +27,7 @@
#include <sys/mount.h>
#include <linux/kdev_t.h>
#include <linux/fs.h>
#include <cutils/properties.h>

Loading…
Cancel
Save