diff options
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 |