[fix] resolve compilation errors on Linux

This commit is contained in:
dijunkun
2025-12-01 13:07:36 +08:00
parent 7d3ecf789d
commit 131b4f1795
3 changed files with 14 additions and 11 deletions

View File

@@ -12,9 +12,6 @@
#include <sys/socket.h>
#include <sys/types.h>
#elif __linux__
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/extensions/Xrandr.h>
#include <fcntl.h>
#include <net/if.h>
#include <sys/ioctl.h>