diff options
Diffstat (limited to '')
-rw-r--r-- | tegra/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tegra/job.c b/tegra/job.c index 75a344f..b9af498 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" |