1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-04-11 05:01:51 +02:00

backend/drm: drop unnecessary _XOPEN_SOURCE

We only need base POSIX here.
This commit is contained in:
Simon Ser 2024-02-12 19:45:49 +01:00
parent 220df2aa0f
commit 6ad9e89a34

View file

@ -1,4 +1,4 @@
#define _XOPEN_SOURCE 700
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <drm_fourcc.h>
#include <drm_mode.h>