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 | fe5658b06446e270f0852ce1f4c501bb4ec22174 (patch) | |
tree | 6e8b69c038bc4b3f5d722a295b52cbfcd5fbac6c /tegra/job.c | |
parent | Adding debian version 2.4.120-2. (diff) | |
download | libdrm-fe5658b06446e270f0852ce1f4c501bb4ec22174.tar.xz libdrm-fe5658b06446e270f0852ce1f4c501bb4ec22174.zip |
Merging upstream version 2.4.121.
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" |