glib-aux: by default always include <glib-unix.h> in our sources

We already always include all of <glib.h>. <glib-unix.h> is small
and only not included by default to support non-UNIX systems,
which we don't care.
This commit is contained in:
Thomas Haller 2021-06-24 11:47:10 +02:00
parent 5388542fc0
commit 570bb6fe76
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -13,6 +13,7 @@
#include <string.h>
#include <gio/gio.h>
#include <glib-unix.h>
/*****************************************************************************/