mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-18 08:56:28 -05:00
Create WAYLAND_DISPLAY socket
This commit is contained in:
parent
b93f00b92f
commit
8ce9237c92
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _EXAMPLE_SHARED_H
|
||||
#define _EXAMPLE_SHARED_H
|
||||
#define _POSIX_C_SOURCE 199309L
|
||||
#ifndef _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
#include <time.h>
|
||||
#include <stdbool.h>
|
||||
#include <xkbcommon/xkbcommon.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue