mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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 <drm_fourcc.h>
|
||||
#include <drm_mode.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue