mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 03:10:05 +01:00
src/protocols/types/DMABuffer.cpp: <sys/ioctl.h> is required for ioctl(), not only linux (#12483)
This commit is contained in:
parent
67db067a0f
commit
afb27cf46c
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