mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-25 06:05:58 +01:00
backend/drm: drop unnecessary _XOPEN_SOURCE
We only need base POSIX here.
This commit is contained in:
parent
220df2aa0f
commit
6ad9e89a34
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#define _XOPEN_SOURCE 700
|
#define _POSIX_C_SOURCE 200809L
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <drm_fourcc.h>
|
#include <drm_fourcc.h>
|
||||||
#include <drm_mode.h>
|
#include <drm_mode.h>
|
||||||
|
|
Loading…
Reference in a new issue