diff options
-rw-r--r-- | libsync.h | 2 | ||||
-rw-r--r-- | tegra/job.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ #include <stdint.h> #include <string.h> #include <sys/ioctl.h> -#include <sys/poll.h> +#include <poll.h> #include <unistd.h> #if defined(__cplusplus) diff --git a/tegra/job.c b/tegra/job.c index 75a344f1..b9af4987 100644 --- a/tegra/job.c +++ b/tegra/job.c @@ -33,7 +33,7 @@ #include <unistd.h> #include <sys/ioctl.h> -#include <sys/poll.h> +#include <poll.h> #include "private.h" |