commit | 66d9df50dac51940156f121768aaeb9a25ef2179 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Sun Jun 13 19:35:19 2010 -0700 |
committer | Jeff Brown <jeffbrown@google.com> | Sun Jun 13 19:35:19 2010 -0700 |
tree | 1cc6d2fd13db105de46384a8a33eac2c0309caaf | |
parent | e839a589bf582568cf220c1040ed93b948e6e362 [diff] [blame] |
Fix include paths. Change-Id: Ifda45688f9f02710a74d5d7a7d902bacf1441e2e
diff --git a/include/utils/PollLoop.h b/include/utils/PollLoop.h index 2ec39fe..c9d951f 100644 --- a/include/utils/PollLoop.h +++ b/include/utils/PollLoop.h
@@ -20,7 +20,7 @@ #include <utils/Vector.h> #include <utils/threads.h> -#include <poll.h> +#include <sys/poll.h> namespace android {