commit | 4d643d6fdb469a603e0645e7a8fecad334341141 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Sun Jun 13 19:35:19 2010 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:53 2013 -0700 |
tree | 326c66df3b223d0fb4ea0d636c5c5ed548f6064c | |
parent | 66db68948c83f1940fa66d76d28208b49bed7815 [diff] |
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 {