summaryrefslogtreecommitdiff
path: root/src/cac.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-01-15 14:37:17 +0400
committerFrediano Ziglio <fziglio@redhat.com>2020-01-21 13:03:17 +0000
commit6e456bf6ad9731623786b4fb834b062481b1fd97 (patch)
tree0e38118598e937ed643bedc85b084d80881a8c83 /src/cac.c
parentd276f5a05a58620b8952063fa0147165a1e8d8e8 (diff)
build-sys: bump glib dependency to 2.32
Since version 2.32, gthread is an empty shell, and g_thread_init() is no longer required. GLib 2.32 was released on 2012-03-24, and is available in all distros we care about. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'src/cac.c')
-rw-r--r--src/cac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cac.c b/src/cac.c
index d5594b0..497c32d 100644
--- a/src/cac.c
+++ b/src/cac.c
@@ -17,7 +17,7 @@
* See the COPYING file in the top-level directory.
*/
-#include "glib-compat.h"
+#include <glib.h>
#include <string.h>
#include <stdbool.h>