wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

commit 9bc59e2da42673ed491d577c1b9c4c6d1b3a56b4
parent 434028e21384c5e28fde543b8bad28abcb095e87
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sun,  1 May 2022 21:40:04 -0500

waycopy: increase _POSIX_C_SOURCE to 200809L

This is required for mkstemp

Diffstat:
Mwaycopy.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/waycopy.c b/waycopy.c @@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 1 +#define _POSIX_C_SOURCE 200809L #include <assert.h> #include <fcntl.h>