From ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 7 Jul 2023 12:00:54 +0200 Subject: Fix build under Cygwin --- xdg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xdg.c') diff --git a/xdg.c b/xdg.c index aeb8073..65ba7ab 100644 --- a/xdg.c +++ b/xdg.c @@ -17,6 +17,9 @@ #include +#include +#include + /// Add `element` to the `output` set. `relation` is a map of sets of strings /// defining is-a relations, and is traversed recursively. static void -- cgit v1.2.3