From: Vsevolod Stakhov Date: Sun, 25 Sep 2016 16:14:00 +0000 (+0100) Subject: [Minor] Fix build with old glib X-Git-Tag: 1.4.0~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4e6f0e09a45d0e82be4d495e97a7c9eb7342a8;p=thirdparty%2Frspamd.git [Minor] Fix build with old glib --- diff --git a/src/libutil/util.h b/src/libutil/util.h index 946d9f09ad..d3ef5e082f 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -187,7 +187,7 @@ void g_queue_clear (GQueue *queue); void g_queue_free_full (GQueue *queue, GDestroyNotify free_func); #endif #if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 40)) -void g_ptr_array_insert (GPtrArray *array, gint index_, gpointer data) +void g_ptr_array_insert (GPtrArray *array, gint index_, gpointer data); #endif /*