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
1 changed files with 1 additions and 1 deletions

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>