commit | 43a9527c54b71cb17515591af37eeeef6c22e3ff | [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 | 9a14a3a9ba426fabd07a761a5cf0e0a4714428cb | |
parent | 46b9ac0ae2162309774a7478cd9d4e578747bfc2 [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 {