commit | bce402a8fadf27b07b164b0468e27bb9b6de79e6 | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Tue Aug 09 03:54:00 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Tue Aug 09 03:54:00 2011 -0700 |
tree | a0154f3c83bf20f646d23cb112a395de1091cc4b | |
parent | 079ff13b07b41d49c4d2f961ba6131960bd81c89 [diff] | |
parent | 554566e1aecfc2764038e1dbc2139ee1122861a9 [diff] |
Merge "qemu_pipe: fix Mac build error."
diff --git a/include/hardware/qemu_pipe.h b/include/hardware/qemu_pipe.h index 930228e..000c99e 100644 --- a/include/hardware/qemu_pipe.h +++ b/include/hardware/qemu_pipe.h
@@ -23,6 +23,7 @@ #include <pthread.h> /* for pthread_once() */ #include <stdlib.h> #include <stdio.h> +#include <errno.h> #ifndef D # define D(...) do{}while(0)