diff options
author | Colin Walters <walters@verbum.org> | 2013-04-11 14:36:33 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-04-12 18:22:59 -0400 |
commit | 00dd36e41f95a37f61a99be74cc172c05a288e86 (patch) | |
tree | 28c62a0f41e1d4bea331a8c3b1f03dfdb6dd6717 /test | |
parent | 46b99351ed8e3c8690a3f346a1999d8f34c25111 (diff) | |
download | polkit-00dd36e41f95a37f61a99be74cc172c05a288e86.tar.gz |
configure: Specify GLib min/max version
Mainly to avoid deprecation warnings about g_type_init().
https://bugs.freedesktop.org/show_bug.cgi?id=63440
Diffstat (limited to 'test')
-rw-r--r-- | test/polkitbackend/test-polkitbackendjsauthority.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/polkitbackend/test-polkitbackendjsauthority.c b/test/polkitbackend/test-polkitbackendjsauthority.c index c7160f3..cc7b15f 100644 --- a/test/polkitbackend/test-polkitbackendjsauthority.c +++ b/test/polkitbackend/test-polkitbackendjsauthority.c @@ -21,6 +21,7 @@ * David Zeuthen <davidz@redhat.com> */ +#include "config.h" #include "glib.h" #include <locale.h> |