Linux: Add missing header for ioctl

Fixes #2778
This commit is contained in:
Camilla Löwy
2025-11-25 19:46:34 +01:00
parent 1ce855b0b1
commit 08449b7183
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/inotify.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
#include <dirent.h>