diff options
author | Colin Walters <walters@verbum.org> | 2013-05-21 06:56:20 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-05-21 11:06:48 -0400 |
commit | 759384420c1578bf399473440ab34af18fa46b8d (patch) | |
tree | ddab58cc47b80c3742f117b93d54a0e7e0a5f8e2 /gsystem-file-utils.c | |
parent | 52f38c8d9bf9f4ba1ac3dea4fd1a5c89a7362191 (diff) | |
download | libgsystem-759384420c1578bf399473440ab34af18fa46b8d.tar.gz |
Add gsystem-glib-compat.h to support compilation with GLib 2.32
For NetworkManager.
Diffstat (limited to 'gsystem-file-utils.c')
-rw-r--r-- | gsystem-file-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gsystem-file-utils.c b/gsystem-file-utils.c index a074a5d..9422f86 100644 --- a/gsystem-file-utils.c +++ b/gsystem-file-utils.c @@ -29,6 +29,7 @@ #define _GSYSTEM_NO_LOCAL_ALLOC #include "libgsystem.h" +#include "gsystem-glib-compat.h" #include <glib/gstdio.h> #include <gio/gunixinputstream.h> #include <glib-unix.h> |