diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 17:05:12 +0000 |
commit | 6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c (patch) | |
tree | 154957e08cb63f3bff25732708e13fbf2afb3f6e /tegra/job.c | |
parent | Adding upstream version 2.4.120. (diff) | |
download | libdrm-6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c.tar.xz libdrm-6b5c63be724793e9ba67996ec81d3bf2ecbf5c2c.zip |
Adding upstream version 2.4.121.upstream/2.4.121upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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" |