From 9aed9d93596cdc72e305338d82ccc0dcaf85c6e2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 10 Mar 2017 23:41:24 -0500 Subject: UnGNUify the codebase --- wayland/buffers.c | 1 + wayland/registry.c | 1 + 2 files changed, 2 insertions(+) (limited to 'wayland') diff --git a/wayland/buffers.c b/wayland/buffers.c index 23bed555..e9780997 100644 --- a/wayland/buffers.c +++ b/wayland/buffers.c @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE 500 #include #include #include diff --git a/wayland/registry.c b/wayland/registry.c index 43e41f0c..1ebc46e7 100644 --- a/wayland/registry.c +++ b/wayland/registry.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include "wayland-desktop-shell-client-protocol.h" #include "wayland-swaylock-client-protocol.h" -- cgit v1.2.3