backend/drm: drop unnecessary _XOPEN_SOURCE

We only need base POSIX here.
master
Simon Ser 9 months ago
parent 220df2aa0f
commit 6ad9e89a34

@ -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…
Cancel
Save