diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 12:00:54 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 12:01:12 +0200 |
commit | ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3 (patch) | |
tree | a7946318e2d6962d3f3f743a64a2a57cab151a77 /xdg.c | |
parent | 92deba3890bbc74258e3f3bf8f9fe4b8a02fbb8d (diff) | |
download | fiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.tar.gz fiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.tar.xz fiv-ab75d2b61d58bcfc9c8c22d53b0b4cf2658b17c3.zip |
Fix build under Cygwin
Diffstat (limited to 'xdg.c')
-rw-r--r-- | xdg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ #include <glib.h> +#include <stdlib.h> +#include <string.h> + /// Add `element` to the `output` set. `relation` is a map of sets of strings /// defining is-a relations, and is traversed recursively. static void |