mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
backend/drm: drop unnecessary _XOPEN_SOURCE
We only need base POSIX here.
This commit is contained in:
parent
220df2aa0f
commit
6ad9e89a34
@ -1,4 +1,4 @@
|
||||
#define _XOPEN_SOURCE 700
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <drm_fourcc.h>
|
||||
#include <drm_mode.h>
|
||||
|
Loading…
Reference in New Issue
Block a user