mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-26 06:50:04 +01:00
src/protocols/types/DMABuffer.cpp: <sys/ioctl.h> is required for ioctl(), not only linux (#12483)
This commit is contained in:
parent
379ee99c68
commit
a51918fd27
1 changed files with 1 additions and 1 deletions
|
|
@ -7,8 +7,8 @@
|
|||
#if defined(__linux__)
|
||||
#include <linux/dma-buf.h>
|
||||
#include <linux/sync_file.h>
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
using namespace Hyprutils::OS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue